From 721cbaee17561f3d9b58fb0c4ebe6e3a29d6c73d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 10 Sep 2019 10:06:48 +0200 Subject: Release 0.5.0.1 --- semaphoreci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semaphoreci.sh') 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 } -- cgit v1.2.3