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