summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/integer-gmp.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-08-25 11:18:07 +0100
committerIan Lynagh <igloo@earth.li>2011-08-25 11:28:07 +0100
commit5eaf1610710d5155bcd23aabdbfe9e4414369cec (patch)
tree8656d4584bc94f6d6dabaf27e505fb305bcf0a3d /libraries/integer-gmp/integer-gmp.cabal
parent98b804ab4c177bf4895c445f9fd86b0358ed3236 (diff)
downloadhaskell-5eaf1610710d5155bcd23aabdbfe9e4414369cec.tar.gz
Export Integer(..) from GHC.Integer.GMP.Internals again; fixes #5419
The GMP primitives are now in GHC.Integer.GMP.Prim instead.
Diffstat (limited to 'libraries/integer-gmp/integer-gmp.cabal')
-rw-r--r--libraries/integer-gmp/integer-gmp.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal
index 48b7117a60..c834d69e8e 100644
--- a/libraries/integer-gmp/integer-gmp.cabal
+++ b/libraries/integer-gmp/integer-gmp.cabal
@@ -23,6 +23,7 @@ Library {
build-depends: ghc-prim
exposed-modules: GHC.Integer
GHC.Integer.GMP.Internals
+ GHC.Integer.GMP.Prim
GHC.Integer.Logarithms
GHC.Integer.Logarithms.Internals
other-modules: GHC.Integer.Type