summaryrefslogtreecommitdiff
path: root/packages/special/hmatrix-special.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2016-02-02 19:39:55 +0100
committerAlberto Ruiz <aruiz@um.es>2016-02-02 19:39:55 +0100
commitfed0dfb842f2424b0b198fe7c04b337abd3fe5c2 (patch)
tree5ca021cde15c6add46919718bf52613caeec3c3e /packages/special/hmatrix-special.cabal
parent95c7cc6303fdb0af3ca0e1fc08cfe3ebf2674814 (diff)
parent858121cdcc6c24cb15e28e1c4c2b3050ef53fe00 (diff)
Merge pull request #175 from sid-kap/fix_cpp
Remove CPP option from cabal files
Diffstat (limited to 'packages/special/hmatrix-special.cabal')
-rw-r--r--packages/special/hmatrix-special.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal
index 3b122c8..368ed2c 100644
--- a/packages/special/hmatrix-special.cabal
+++ b/packages/special/hmatrix-special.cabal
@@ -29,8 +29,7 @@ flag safe-cheap
29library 29library
30 Build-Depends: base <5, hmatrix>=0.17, hmatrix-gsl 30 Build-Depends: base <5, hmatrix>=0.17, hmatrix-gsl
31 31
32 Extensions: ForeignFunctionInterface, 32 Extensions: ForeignFunctionInterface
33 CPP
34 33
35 hs-source-dirs: lib 34 hs-source-dirs: lib
36 35
@@ -67,7 +66,7 @@ library
67 other-modules: Numeric.GSL.Special.Internal 66 other-modules: Numeric.GSL.Special.Internal
68 67
69 ghc-options: -Wall -fno-warn-unused-binds 68 ghc-options: -Wall -fno-warn-unused-binds
70 69
71 if flag(safe-cheap) 70 if flag(safe-cheap)
72 cpp-options: -DSAFE_CHEAP=safe 71 cpp-options: -DSAFE_CHEAP=safe
73 else 72 else