From: Ian Lynagh Date: Tue, 11 Aug 2009 21:58:56 +0000 (+0000) Subject: Fix "Cabal check" warnings X-Git-Tag: ghc-darcs-git-switchover~329 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=96d1cfd867a1974a621fed6c6c0de9ba96f27492;p=ghc-base.git Fix "Cabal check" warnings --- diff --git a/base.cabal b/base.cabal index 6812ec4..6451dd6 100644 --- a/base.cabal +++ b/base.cabal @@ -32,7 +32,7 @@ Library { build-depends: integer-simple else build-depends: integer-gmp - ghc-options: -DOPTIMISE_INTEGER_GCD_LCM + cpp-options: -DOPTIMISE_INTEGER_GCD_LCM build-depends: rts, ghc-prim exposed-modules: Foreign.Concurrent,