summaryrefslogtreecommitdiff
path: root/semaphoreci.sh
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-09-20 08:47:14 +0200
committerEugen Wissner <belka@caraus.de>2019-09-20 08:47:14 +0200
commit2b5c719ab06b28aef8a242ffbbda256191e32655 (patch)
tree4fbbd4e82bd478ec9cb1a8a8d51c222b44a1c1b6 /semaphoreci.sh
parentc075a41582279be2ed1f2b5d5c758ab14d664770 (diff)
downloadgraphql-2b5c719ab06b28aef8a242ffbbda256191e32655.tar.gz
Fix haddoc warnings
Fix #14.
Diffstat (limited to 'semaphoreci.sh')
-rwxr-xr-xsemaphoreci.sh2
1 files changed, 1 insertions, 1 deletions
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() {