Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2015-05-10 17:20:27 -04:00
commit a1926ac2d0
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Description:
Executable propellor
Main-Is: wrapper.hs
GHC-Options: -Wall -threaded -O0
GHC-Options: -threaded -O0 -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,
@ -45,7 +45,7 @@ Executable propellor
Executable propellor-config
Main-Is: config.hs
GHC-Options: -Wall -threaded -O0
GHC-Options: -threaded -O0 -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,
@ -56,7 +56,7 @@ Executable propellor-config
Build-Depends: unix
Library
GHC-Options: -Wall -O0
GHC-Options: -O0 -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,