From 6da8efb4633349677ed864ea328355aed2e101fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 May 2015 14:41:12 -0400 Subject: disable ghc 7.10's obnoxious warnings about every line using tab to indent --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 5120ab89..4bba35aa 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -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, -- cgit v1.2.3