From c1943c1979a0bfd37dae3a87d863f06938176baf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 29 Aug 2019 07:40:50 +0200 Subject: Document all public symbols. Mostly basic documentation. Fixes #4. --- semaphoreci.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'semaphoreci.sh') diff --git a/semaphoreci.sh b/semaphoreci.sh index f77ac75..6202a09 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -20,6 +20,7 @@ test() { test_docs() { $STACK --no-terminal ghc -- -Wall -fno-code docs/tutorial/tutorial.lhs + $STACK --no-terminal haddock --no-haddock-deps } setup_lint() { -- cgit v1.2.3