Skip to content

Commit

Permalink
DanielG/ghc-mod#924 resolved. Turn on -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspies committed Jan 27, 2018
1 parent 682e3a4 commit 605eff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cipola.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library
-- Base language which the package is written in.
default-language: Haskell2010

ghc-options: -Wall
ghc-options: -Wall -Werror

test-suite cipola-test
type: exitcode-stdio-1.0
Expand All @@ -103,13 +103,13 @@ test-suite cipola-test
Test.PrimeVectorSpec
Test.PrimeVector.Util
default-language: Haskell2010
ghc-options: -Wall
ghc-options: -Wall -Werror

executable factorize
main-is: Main.hs
hs-source-dirs:
factorize
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
build-depends:
base
, cipola
Expand Down

0 comments on commit 605eff7

Please sign in to comment.