cabal: remove -Werror to allow deprecation warnings
This commit is contained in:
parent
8d92d66e00
commit
9ee7373608
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ executable greet
|
|||
test-suite spec
|
||||
type: exitcode-stdio-1.0
|
||||
ghc-options:
|
||||
-Wall -Werror -fno-warn-name-shadowing -fno-warn-missing-signatures
|
||||
-Wall -fno-warn-name-shadowing -fno-warn-missing-signatures
|
||||
default-language: Haskell2010
|
||||
hs-source-dirs: test
|
||||
main-is: Spec.hs
|
||||
|
|
Loading…
Reference in a new issue