Remove final -Werror setting

This commit is contained in:
Joshua Clayton 2016-06-24 08:31:14 -04:00
parent f0c24682e4
commit 94bbd04f6a
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118

View File

@ -110,7 +110,7 @@ test-suite unused-test
, Unused.Cache.FindArgsFromIgnoredPathsSpec
, Unused.AliasesSpec
, Paths_unused
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
default-language: Haskell2010
source-repository head