Fix haddock failures (fixes #2216)

This commit is contained in:
Vidar Holen
2021-04-22 22:17:51 -07:00
parent d47f3ff986
commit 9e60b3ea84
2 changed files with 8 additions and 6 deletions

View File

@@ -29,6 +29,8 @@ cabal build ||
die "build failed"
cabal test ||
die "test failed"
cabal haddock ||
die "haddock failed"
sc="$(find . -name shellcheck -type f -perm -111)"
[ -x "$sc" ] || die "Can't find executable"