From 86d13e8da657fcafd60f10830bc206f7b7c03f1c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Jun 2018 13:07:32 +0300 Subject: [PATCH] Don't use Haddock --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e688fe3..39ed739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,4 @@ install: script: # Build the package, its tests, and its docs and run the tests -- stack --no-terminal test --haddock --no-haddock-deps +- stack --no-terminal test # haddock always fails :( --haddock --no-haddock-deps