summaryrefslogtreecommitdiff
path: root/libraries/integer-simple/integer-simple.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-22 15:21:21 +0100
committerIan Lynagh <igloo@earth.li>2011-04-22 15:21:21 +0100
commit17f1654367b96b9dfeb44b91ab4d1214d38b2ad1 (patch)
tree38156a0a7de02a50151ce640d3a4ebddc4b6a042 /libraries/integer-simple/integer-simple.cabal
parent6ec3bbca8ae20b01a1a8e39d322e2fd6d5f82ef5 (diff)
downloadhaskell-17f1654367b96b9dfeb44b91ab4d1214d38b2ad1.tar.gz
Part of #5122 "Faster conversion between Rational and Double/Float" fix
From daniel.is.fischer.
Diffstat (limited to 'libraries/integer-simple/integer-simple.cabal')
-rw-r--r--libraries/integer-simple/integer-simple.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal
index d6789bfcee..df523104af 100644
--- a/libraries/integer-simple/integer-simple.cabal
+++ b/libraries/integer-simple/integer-simple.cabal
@@ -17,6 +17,8 @@ Library {
build-depends: ghc-prim
exposed-modules: GHC.Integer
GHC.Integer.Simple.Internals
+ GHC.Integer.Logarithms
+ GHC.Integer.Logarithms.Internals
other-modules: GHC.Integer.Type
extensions: CPP, MagicHash, BangPatterns, UnboxedTuples,
ForeignFunctionInterface, UnliftedFFITypes,