hpc-coveralls won't build with retry0.7
# 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