summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp2/src/GHC/Integer.hs
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/GHC/Integer.hs
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/GHC/Integer.hs')
-rw-r--r--libraries/integer-gmp2/src/GHC/Integer.hs2
1 files changed, 1 insertions, 1 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.