From 192fc220ccab980881000b8bc36ca29be3469d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 29 Apr 2015 01:22:37 +0200 Subject: [PATCH] Fix some tests --- .travis.yml | 1 - ghc-mod.cabal | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1322045..e8fd54e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ script: - if [ -n "$(ghc --version | awk '{ print $8 }' | sed -n '/^7.8/p')" ]; then export WERROR="--ghc-option=-Werror"; fi - cabal configure --enable-tests $WERROR - cabal build - - export cabal_helper_libexecdir=$HOME/.cabal/bin - export ghc_mod_datadir=$PWD - cabal test diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 3743948..5879f66 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -121,7 +121,7 @@ Library , bytestring , cereal >= 0.4 , containers - , cabal-helper >= 0.3.2.0 + , cabal-helper >= 0.3.3.0 , deepseq , directory , filepath