Fix some tests
This commit is contained in:
parent
247e4e0e76
commit
192fc220cc
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user