diff --git a/.travis.yml b/.travis.yml index 7a8b5e6..c01c9c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,7 @@ install: - "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(arrayfire)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done" - cat cabal.project || true - cat cabal.project.local || true - - ${CABAL} install hspec-discover # needed on $PATH for tests + - ${CABAL} install $WITHCOMPILER hspec-discover | color_cabal_output # needed on $PATH for tests - if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi - ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output - "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"