Skip to content

Commit 97269dc

Browse files
committed
cabal ->
1 parent 09ae448 commit 97269dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ install:
106106
- "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"
107107
- cat cabal.project || true
108108
- cat cabal.project.local || true
109-
- cabal install hspec-discover # needed on $PATH for tests
109+
- ${CABAL} install hspec-discover # needed on $PATH for tests
110110
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
111111
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
112112
- "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"

0 commit comments

Comments
 (0)