summaryrefslogtreecommitdiff
path: root/hsolve/hsolve.cabal
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-09-01 21:47:21 +0200
committertomsmeding <tom.smeding@gmail.com>2018-09-01 21:47:21 +0200
commit64f0ef7212fca25e02fe4752e9a7dcfc4e4e36e5 (patch)
tree18f65088490a476ec7e932abbc9f2b5ee577542e /hsolve/hsolve.cabal
parentb99c4e415149f1881aecd2613a91fa6dbae0ed6b (diff)
hsolve: fix bug
Diffstat (limited to 'hsolve/hsolve.cabal')
-rw-r--r--hsolve/hsolve.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsolve/hsolve.cabal b/hsolve/hsolve.cabal
index 4489d0b..66f2b3d 100644
--- a/hsolve/hsolve.cabal
+++ b/hsolve/hsolve.cabal
@@ -10,7 +10,7 @@ executable hsolve
hs-source-dirs: .
main-is: Main.hs
default-language: Haskell2010
- ghc-options: -Wall -O3 -Wno-incomplete-patterns
+ ghc-options: -Wall -Wno-incomplete-patterns
other-modules: FSu
build-depends: base >= 4 && < 5,
mtl, array