diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-31 21:04:03 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-31 21:04:03 -0400 |
| commit | 5387d71dac4a6433bec5376659f0a9d9c2f2ed47 (patch) | |
| tree | 138fa96d3f1e7f8f59af804cb3b978628e714c18 | |
| parent | 179301f58dea22feb945004389a56662fe255138 (diff) | |
typo
| -rw-r--r-- | propellor.cabal | 2 |
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, |
