diff options
Diffstat (limited to 'packages/special/hmatrix-special.cabal')
-rw-r--r-- | packages/special/hmatrix-special.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal index 4dd884b..25880a9 100644 --- a/packages/special/hmatrix-special.cabal +++ b/packages/special/hmatrix-special.cabal | |||
@@ -66,8 +66,12 @@ library | |||
66 | 66 | ||
67 | other-modules: Numeric.GSL.Special.Internal | 67 | other-modules: Numeric.GSL.Special.Internal |
68 | 68 | ||
69 | ghc-options: -Wall -fno-warn-unused-binds | 69 | if impl(ghc < 7.4) |
70 | 70 | ghc-options: -Wall -fno-warn-unused-binds | |
71 | -fno-warn-dodgy-imports | ||
72 | else | ||
73 | ghc-options: -Wall -fno-warn-orphans | ||
74 | |||
71 | if flag(safe-cheap) | 75 | if flag(safe-cheap) |
72 | cpp-options: -DSAFE_CHEAP=safe | 76 | cpp-options: -DSAFE_CHEAP=safe |
73 | else | 77 | else |