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