diff options
Diffstat (limited to 'semaphoreci.sh')
| -rwxr-xr-x | semaphoreci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semaphoreci.sh b/semaphoreci.sh index 6202a09..309798a 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -19,7 +19,7 @@ test() { } test_docs() { - $STACK --no-terminal ghc -- -Wall -fno-code docs/tutorial/tutorial.lhs + $STACK --no-terminal ghc -- -Wall -Werror -fno-code docs/tutorial/tutorial.lhs $STACK --no-terminal haddock --no-haddock-deps } |
