[commit: ghc] wip/T9281: Rename GHC.Integer.GMP2.Internals to *.GMP.* (82d9041)

git at git.haskell.org git at git.haskell.org
Sun Nov 9 20:52:16 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T9281
Link       : http://ghc.haskell.org/trac/ghc/changeset/82d904171775a0862057502138725b0e98a76d7c/ghc

>---------------------------------------------------------------

commit 82d904171775a0862057502138725b0e98a76d7c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 9 21:35:47 2014 +0100

    Rename GHC.Integer.GMP2.Internals to *.GMP.*


>---------------------------------------------------------------

82d904171775a0862057502138725b0e98a76d7c
 libraries/integer-gmp2/integer-gmp2.cabal                         | 2 +-
 libraries/integer-gmp2/src/GHC/Integer.hs                         | 2 +-
 libraries/integer-gmp2/src/GHC/Integer/{GMP2 => GMP}/Internals.hs | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libraries/integer-gmp2/integer-gmp2.cabal b/libraries/integer-gmp2/integer-gmp2.cabal
index 2727845..950cbff 100644
--- a/libraries/integer-gmp2/integer-gmp2.cabal
+++ b/libraries/integer-gmp2/integer-gmp2.cabal
@@ -58,7 +58,7 @@ library
     GHC.Integer.Logarithms
     GHC.Integer.Logarithms.Internals
 
-    GHC.Integer.GMP2.Internals
+    GHC.Integer.GMP.Internals
 
   other-modules:
     GHC.Integer.Type
diff --git a/libraries/integer-gmp2/src/GHC/Integer.hs b/libraries/integer-gmp2/src/GHC/Integer.hs
index 2335a5d..c9675f5 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.GMP2.Internals" for the @integer-gmp2 at -specific internal
+-- "GHC.Integer.GMP.Internals" for the @integer-gmp2 at -specific internal
 -- representation of 'Integer' as well as optimized GMP-specific
 -- operations.
 
diff --git a/libraries/integer-gmp2/src/GHC/Integer/GMP2/Internals.hs b/libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs
similarity index 97%
rename from libraries/integer-gmp2/src/GHC/Integer/GMP2/Internals.hs
rename to libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs
index 6e4a25f..e4169e7 100644
--- a/libraries/integer-gmp2/src/GHC/Integer/GMP2/Internals.hs
+++ b/libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs
@@ -12,7 +12,7 @@
 #include "MachDeps.h"
 
 -- |
--- Module      :  GHC.Integer.GMP2.Internals
+-- Module      :  GHC.Integer.GMP.Internals
 -- Copyright   :  (c) Herbert Valerio Riedel 2014
 -- License     :  BSD3
 --
@@ -31,7 +31,7 @@
 -- See also
 -- <https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/Integer GHC Commentary: Libraries/Integer>.
 
-module GHC.Integer.GMP2.Internals
+module GHC.Integer.GMP.Internals
     ( -- * The 'Integer' type
       Integer(..)
     , isValidInteger#



More information about the ghc-commits mailing list