Use --ghc-options rather than --pendantic.
The latter seems to override cabal.
This commit is contained in:
parent
dfc49dd0a0
commit
7e3fdd6614
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue