Fix some tests

This commit is contained in:
Daniel Gröber 2015-04-29 01:22:37 +02:00
parent 247e4e0e76
commit 192fc220cc
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ script:
- if [ -n "$(ghc --version | awk '{ print $8 }' | sed -n '/^7.8/p')" ]; then export WERROR="--ghc-option=-Werror"; fi - 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 configure --enable-tests $WERROR
- cabal build - cabal build
- export cabal_helper_libexecdir=$HOME/.cabal/bin
- export ghc_mod_datadir=$PWD - export ghc_mod_datadir=$PWD
- cabal test - cabal test

View File

@ -121,7 +121,7 @@ Library
, bytestring , bytestring
, cereal >= 0.4 , cereal >= 0.4
, containers , containers
, cabal-helper >= 0.3.2.0 , cabal-helper >= 0.3.3.0
, deepseq , deepseq
, directory , directory
, filepath , filepath