From: Julien Tanguy Date: Mon, 16 Nov 2015 23:19:42 +0000 (+0100) Subject: Add constraint on retry X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3;p=github%2Ffretlink%2Fhmacaroons.git Add constraint on retry hpc-coveralls won't build with retry0.7 --- diff --git a/.travis.yml b/.travis.yml index 2f82c71..2bc4bbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ install: # any command which exits with a non-zero exit code causes the build to fail. script: - if [ -f configure.ac ]; then autoreconf -i; fi - - cabal install hpc-coveralls + - cabal install hpc-coveralls --constraint=retry==0.6 - cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage # -v2 provides useful information for debugging - cabal build # this builds all libraries and executables (including tests/benchmarks) - run-cabal-test test