From 5387d71dac4a6433bec5376659f0a9d9c2f2ed47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 21:04:03 -0400 Subject: [PATCH] typo --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propellor.cabal b/propellor.cabal index 67a418e..350215f 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,