We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ae448 commit 97269dcCopy full SHA for 97269dc
.travis.yml
@@ -106,7 +106,7 @@ install:
106
- "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"
107
- cat cabal.project || true
108
- cat cabal.project.local || true
109
- - cabal install hspec-discover # needed on $PATH for tests
+ - ${CABAL} install hspec-discover # needed on $PATH for tests
110
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
111
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
112
- "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
0 commit comments