summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/integer-gmp.cabal
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-07-31 14:38:09 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-05 03:59:27 -0400
commit3f2f771869c65125ba013a5dd2b213061efe0fc2 (patch)
tree56012fdf1d038fcc3fa34980b17e5ab0866e983f /libraries/integer-gmp/integer-gmp.cabal
parentd613ed7624cbf39192d2a8cf29ab0c0fd2980a15 (diff)
downloadhaskell-3f2f771869c65125ba013a5dd2b213061efe0fc2.tar.gz
Bignum: add more BigNat compat functions in integer-gmp
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 4092b828fd..b8d5e6c774 100644
--- a/libraries/integer-gmp/integer-gmp.cabal
+++ b/libraries/integer-gmp/integer-gmp.cabal
@@ -26,6 +26,7 @@ library
build-depends:
base >= 4.11 && < 5
, ghc-prim
+ , ghc-bignum
exposed-modules:
GHC.Integer.GMP.Internals