Fix "Cabal check" warnings
authorIan Lynagh <igloo@earth.li>
Tue, 11 Aug 2009 21:58:56 +0000 (21:58 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 11 Aug 2009 21:58:56 +0000 (21:58 +0000)
base.cabal

index 6812ec4..6451dd6 100644 (file)
@@ -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,