disable ghc 7.10's obnoxious warnings about every line using tab to indent

This commit is contained in:
Joey Hess 2015-05-10 14:41:12 -04:00
parent 63ccccb1bb
commit 6da8efb463
1 changed files with 1 additions and 1 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,