summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-11-08 15:03:25 -0400
committerJoey Hess2015-11-08 15:03:25 -0400
commit43fd2eb809178a8fa077950a3c8c0a93d7151c4f (patch)
tree680f550294cdd831c40b06d0feb955f3d55b9bf8
parent061f2d4fe0b6ecfdd6861d4a8fe3a97f8d8eabf4 (diff)
so, cabal sets -O by default and rejects explicit -O
-rw-r--r--propellor.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index ccba846f..2918e662 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -34,7 +34,7 @@ Description:
Executable propellor
Main-Is: wrapper.hs
- GHC-Options: -threaded -O -Wall -fno-warn-tabs
+ GHC-Options: -threaded -Wall -fno-warn-tabs
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
@@ -46,7 +46,7 @@ Executable propellor
Executable propellor-config
Main-Is: config.hs
- GHC-Options: -threaded -O -Wall -fno-warn-tabs
+ GHC-Options: -threaded -Wall -fno-warn-tabs
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
@@ -57,7 +57,7 @@ Executable propellor-config
Build-Depends: unix
Library
- GHC-Options: -O -Wall -fno-warn-tabs
+ GHC-Options: -Wall -fno-warn-tabs
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,