From 96d1cfd867a1974a621fed6c6c0de9ba96f27492 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 11 Aug 2009 21:58:56 +0000 Subject: [PATCH] Fix "Cabal check" warnings --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4