summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 76c290126..4c9e550b3 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -50,7 +50,7 @@ library
random,
pretty,
mtl
- ghc-options: -O2
+--ghc-options: -O2
hs-source-dirs: src/compiler src/runtime/haskell
extensions:
exposed-modules:
@@ -119,7 +119,7 @@ executable gf
ghc-prof-options: -auto-all
- ghc-options: -O2
+--ghc-options: -O2
if impl(ghc>=7.0)
ghc-options: -rtsopts
hs-source-dirs: src/compiler src/runtime/haskell