summaryrefslogtreecommitdiff
path: root/semaphoreci.sh
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-29 07:40:50 +0200
committerEugen Wissner <belka@caraus.de>2019-08-29 07:40:50 +0200
commitc1943c1979a0bfd37dae3a87d863f06938176baf (patch)
tree751ab644dc5e0feaba374a528bb3ab4eebf51105 /semaphoreci.sh
parent5175586def05410890023ab340b8381045de6811 (diff)
downloadgraphql-c1943c1979a0bfd37dae3a87d863f06938176baf.tar.gz
Document all public symbols.
Mostly basic documentation. Fixes #4.
Diffstat (limited to 'semaphoreci.sh')
-rwxr-xr-xsemaphoreci.sh1
1 files changed, 1 insertions, 0 deletions
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() {