diff options
Diffstat (limited to 'packages/special/hmatrix-special.cabal')
-rw-r--r-- | packages/special/hmatrix-special.cabal | 5 |
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 | |||
29 | library | 29 | library |
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 |