From fa403e0b22942a80912803af9dc21e3fa8d802f2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 21 Jul 2009 18:52:28 +0000 Subject: [PATCH] depend directly on integer-gmp, rather than indirecting through integer --- base.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index 68b6911..f94f185 100644 --- a/base.cabal +++ b/base.cabal @@ -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, -- 1.7.10.4