diff options
Diffstat (limited to 'libraries/integer-gmp2/src/GHC')
-rw-r--r-- | libraries/integer-gmp2/src/GHC/Integer.hs | 2 | ||||
-rw-r--r-- | libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/integer-gmp2/src/GHC/Integer.hs b/libraries/integer-gmp2/src/GHC/Integer.hs index c9675f5623..ffd708bb93 100644 --- a/libraries/integer-gmp2/src/GHC/Integer.hs +++ b/libraries/integer-gmp2/src/GHC/Integer.hs @@ -16,7 +16,7 @@ -- The 'Integer' type. -- -- This module exposes the /portable/ 'Integer' API. See --- "GHC.Integer.GMP.Internals" for the @integer-gmp2@-specific internal +-- "GHC.Integer.GMP.Internals" for the @integer-gmp@-specific internal -- representation of 'Integer' as well as optimized GMP-specific -- operations. diff --git a/libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs b/libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs index e4169e788e..d119adb9f8 100644 --- a/libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs +++ b/libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs @@ -23,7 +23,7 @@ -- This modules provides access to the 'Integer' constructors and -- exposes some highly optimized GMP-operations. -- --- Note that since @integer-gmp2@ does not depend on `base`, error +-- Note that since @integer-gmp@ does not depend on `base`, error -- reporting via exceptions, 'error', or 'undefined' is not -- available. Instead, the low-level functions will crash the runtime -- if called with invalid arguments. |