Skip to content

Commit

Permalink
Remove -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed May 30, 2017
1 parent 3b8e31b commit 5d46d59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions attoparsec-parsec.cabal
Expand Up @@ -51,7 +51,7 @@ test-suite spec
type:
exitcode-stdio-1.0
ghc-options:
-Wall -Werror
-Wall
hs-source-dirs:
test
main-is:
Expand All @@ -67,7 +67,7 @@ test-suite readme-parsec
type:
exitcode-stdio-1.0
ghc-options:
-Wall -Werror -pgmL markdown-unlit
-Wall -pgmL markdown-unlit
main-is:
README.lhs
build-depends:
Expand All @@ -77,7 +77,7 @@ test-suite readme-attoparsec
type:
exitcode-stdio-1.0
ghc-options:
-Wall -Werror -pgmL markdown-unlit
-Wall -pgmL markdown-unlit
cpp-options:
-DUSE_ATTOPARSEC
main-is:
Expand Down

0 comments on commit 5d46d59

Please sign in to comment.