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
|
- 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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user