summaryrefslogtreecommitdiff
path: root/packages/special
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-12-23 14:21:36 +0100
committerAlberto Ruiz <aruiz@um.es>2011-12-23 14:21:36 +0100
commitd0eb68801e7c8de0996f6799db5ea691588467fa (patch)
treee72251dc5013e316b89402685626be44a5f253e8 /packages/special
parent863fd69b44d6e65544973871043d89d1d6c50a9e (diff)
ok also with ghc-7.0
Diffstat (limited to 'packages/special')
-rw-r--r--packages/special/hmatrix-special.cabal8
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