summaryrefslogtreecommitdiff
path: root/packages/special/hmatrix-special.cabal
diff options
context:
space:
mode:
authorSidharth Kapur <sidharthkapur1@gmail.com>2016-02-01 17:40:40 -0600
committerSidharth Kapur <sidharthkapur1@gmail.com>2016-02-01 17:40:40 -0600
commit8bdb87764762ef43b186bcc04caa404928df22fa (patch)
tree861ca45cf23cc3316ca3d6ada3bd0d0152fc177c /packages/special/hmatrix-special.cabal
parent95c7cc6303fdb0af3ca0e1fc08cfe3ebf2674814 (diff)
some work (will probably undo this commit later)
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