disable ghc 7.10's obnoxious warnings about every line using tab to indent
This commit is contained in:
parent
e861dd1dd5
commit
fd2d90d319
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Executable git-annex
|
||||||
esqueleto, persistent-sqlite, persistent, persistent-template,
|
esqueleto, persistent-sqlite, persistent, persistent-template,
|
||||||
monad-logger, resourcet
|
monad-logger, resourcet
|
||||||
CC-Options: -Wall
|
CC-Options: -Wall
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall -fno-warn-tabs
|
||||||
Extensions: PackageImports
|
Extensions: PackageImports
|
||||||
-- Some things don't work with the non-threaded RTS.
|
-- Some things don't work with the non-threaded RTS.
|
||||||
GHC-Options: -threaded
|
GHC-Options: -threaded
|
||||||
|
|
Loading…
Reference in a new issue