From 7e3fdd661426207d9b42a849846e03404177d298 Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Wed, 23 Sep 2015 19:27:25 +0200 Subject: [PATCH] Use --ghc-options rather than --pendantic. The latter seems to override cabal. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f82ccd6..890e8d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: - stack setup - - stack build --pedantic + - stack build --ghc-options "-Werror" - stack test cache: