disable ghc 7.10's obnoxious warning about tabs for indentation
This commit is contained in:
parent
6da8efb463
commit
4b5b9f253f
|
@ -45,7 +45,7 @@ Executable propellor
|
||||||
|
|
||||||
Executable propellor-config
|
Executable propellor-config
|
||||||
Main-Is: config.hs
|
Main-Is: config.hs
|
||||||
GHC-Options: -Wall -threaded -O0
|
GHC-Options: -threaded -O0 -Wall -fno-warn-tabs
|
||||||
Hs-Source-Dirs: src
|
Hs-Source-Dirs: src
|
||||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
||||||
|
@ -56,7 +56,7 @@ Executable propellor-config
|
||||||
Build-Depends: unix
|
Build-Depends: unix
|
||||||
|
|
||||||
Library
|
Library
|
||||||
GHC-Options: -Wall -O0
|
GHC-Options: -O0 -Wall -fno-warn-tabs
|
||||||
Hs-Source-Dirs: src
|
Hs-Source-Dirs: src
|
||||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
||||||
|
|
Loading…
Reference in New Issue