depend directly on integer-gmp, rather than indirecting through integer
authorIan Lynagh <igloo@earth.li>
Tue, 21 Jul 2009 18:52:28 +0000 (18:52 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 21 Jul 2009 18:52:28 +0000 (18:52 +0000)
base.cabal

index 68b6911..f94f185 100644 (file)
@@ -25,7 +25,8 @@ source-repository head
 
 Library {
     if impl(ghc) {
-        build-depends: rts, ghc-prim, integer
+        build-depends: integer-gmp
+        build-depends: rts, ghc-prim
         exposed-modules:
             Foreign.Concurrent,
             GHC.Arr,