summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-11-08 15:03:44 -0400
committerJoey Hess2015-11-08 15:03:44 -0400
commit1fe817fe23c5639d0fe934251e0f18a31986f396 (patch)
treebfbff81c806c20f74ac9df1a82b33fbc192971f6
parent7d026531569c6f0404d34a1faa198baaeb56bea5 (diff)
parent43fd2eb809178a8fa077950a3c8c0a93d7151c4f (diff)
Merge branch 'joeyconfig'
-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,