diff options
Diffstat (limited to 'libraries/integer-gmp2/src/GHC/Integer.hs')
-rw-r--r-- | libraries/integer-gmp2/src/GHC/Integer.hs | 2 |
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. |