summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp2/src
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-11-09 23:13:39 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-11-10 12:57:08 +0100
commit335251a2a623e879beba71971bc5e180bebbb778 (patch)
treeafe40863dc64207a4fe6486da11ebd8c9c75e975 /libraries/integer-gmp2/src
parentce50db6dd46e84f70cd31df360d28be783b7ec81 (diff)
downloadhaskell-wip/T9281.tar.gz
Rename integer-gmp2's package name to `integer-gmp`wip/T9281
While the folder-name stays the same. This also bumps the version number to 1.0.0.0 (old integer-gmp is at 0.5.1.x)
Diffstat (limited to 'libraries/integer-gmp2/src')
-rw-r--r--libraries/integer-gmp2/src/GHC/Integer.hs2
-rw-r--r--libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs2
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.