From 9d15b831648ff7a7acb1327efbce3b22181b6157 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 20 Jul 2019 06:57:13 +0200 Subject: Make the tutorial to compile again - Remove generated documentation leaving only documentation sources. - Add CI job checking that the tutorial is up to date. --- semaphoreci.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'semaphoreci.sh') diff --git a/semaphoreci.sh b/semaphoreci.sh index 09f7aa7..f77ac75 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -18,6 +18,10 @@ test() { $STACK --no-terminal test --pedantic } +test_docs() { + $STACK --no-terminal ghc -- -Wall -fno-code docs/tutorial/tutorial.lhs +} + setup_lint() { $STACK --no-terminal install hlint } -- cgit v1.2.3