summaryrefslogtreecommitdiff
path: root/semaphoreci.sh
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-09-10 10:06:48 +0200
committerEugen Wissner <belka@caraus.de>2019-09-10 10:20:40 +0200
commit721cbaee17561f3d9b58fb0c4ebe6e3a29d6c73d (patch)
tree1db71284c717eda480605ec9b4d673432ff99d3c /semaphoreci.sh
parent1704022e744b276e0010f5ff147af1f109d30154 (diff)
downloadgraphql-721cbaee17561f3d9b58fb0c4ebe6e3a29d6c73d.tar.gz
Release 0.5.0.1v0.5.0.1
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 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
}