From fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3 Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Tue, 17 Nov 2015 00:19:42 +0100 Subject: [PATCH] Add constraint on retry hpc-coveralls won't build with retry0.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0