File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ install:
106
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
107
- cat cabal.project || true
108
108
- cat cabal.project.local || true
109
- - ${CABAL} install hspec-discover # needed on $PATH for tests
109
+ - ${CABAL} install $WITHCOMPILER hspec-discover | color_cabal_output # needed on $PATH for tests
110
110
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
111
111
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
112
112
- " cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
You can’t perform that action at this time.
0 commit comments