diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-29 07:40:50 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-29 07:40:50 +0200 |
| commit | c1943c1979a0bfd37dae3a87d863f06938176baf (patch) | |
| tree | 751ab644dc5e0feaba374a528bb3ab4eebf51105 /semaphoreci.sh | |
| parent | 5175586def05410890023ab340b8381045de6811 (diff) | |
| download | graphql-c1943c1979a0bfd37dae3a87d863f06938176baf.tar.gz | |
Document all public symbols.
Mostly basic documentation. Fixes #4.
Diffstat (limited to 'semaphoreci.sh')
| -rwxr-xr-x | semaphoreci.sh | 1 |
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() { |
