From 6ed9771e8c93f9a9ce8c28008e43bf5eb51c4922 Mon Sep 17 00:00:00 2001 From: chessai Date: Wed, 6 Nov 2019 16:18:56 -0500 Subject: [PATCH] use --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.//'"