summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-05-31 21:04:03 -0400
committerJoey Hess2014-05-31 21:04:03 -0400
commit5387d71dac4a6433bec5376659f0a9d9c2f2ed47 (patch)
tree138fa96d3f1e7f8f59af804cb3b978628e714c18 /propellor.cabal
parent179301f58dea22feb945004389a56662fe255138 (diff)
typo
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 67a418e5..350215fd 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -47,7 +47,7 @@ Executable wrapper
Executable config
Main-Is: config.hs
- GHC-Options: -Wall -threaded -0O
+ GHC-Options: -Wall -threaded -O0
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,