From d45870d0888ab28c91afc4065074cb1224f63043 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 19 Jun 2018 21:24:33 +0300 Subject: [PATCH] Fix cabal.make-travis-yml --- cabal.make-travis-yml | 1 - 1 file changed, 1 deletion(-) diff --git a/cabal.make-travis-yml b/cabal.make-travis-yml index b0f34941..97b3287e 100644 --- a/cabal.make-travis-yml +++ b/cabal.make-travis-yml @@ -6,7 +6,6 @@ install-dependencies-step: False -- this speed-ups the build a little, but we have to check these for release no-tests-no-benchmarks: False -build-with-installed-step: False -- Don't run cabal check, as cookbook examples won't pass it cabal-check: False