From 2b5c719ab06b28aef8a242ffbbda256191e32655 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 20 Sep 2019 08:47:14 +0200 Subject: Fix haddoc warnings Fix #14. --- semaphoreci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semaphoreci.sh') diff --git a/semaphoreci.sh b/semaphoreci.sh index 309798a..28fdb18 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -20,7 +20,7 @@ test() { test_docs() { $STACK --no-terminal ghc -- -Wall -Werror -fno-code docs/tutorial/tutorial.lhs - $STACK --no-terminal haddock --no-haddock-deps + $STACK --no-terminal haddock --no-haddock-deps } setup_lint() { -- cgit v1.2.3