summaryrefslogtreecommitdiff
path: root/packages/glpk/hmatrix-glpk.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index ea6d0ce..3231ef7 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -30,7 +30,10 @@ library
30 30
31 c-sources: lib/Numeric/LinearProgramming/glpk.c 31 c-sources: lib/Numeric/LinearProgramming/glpk.c
32 32
33 ghc-options: -Wall 33 if impl(ghc < 7.4)
34 ghc-options: -Wall -fno-warn-dodgy-imports
35 else
36 ghc-options: -Wall
34 37
35 extra-libraries: glpk 38 extra-libraries: glpk
36 39