Use --ghc-options rather than --pendantic.

The latter seems to override cabal.
This commit is contained in:
Julian K. Arni 2015-09-23 19:27:25 +02:00
parent dfc49dd0a0
commit 7e3fdd6614

View file

@ -19,7 +19,7 @@ install:
script: script:
- stack setup - stack setup
- stack build --pedantic - stack build --ghc-options "-Werror"
- stack test - stack test
cache: cache: