Skip to content

Commit 0e42b06

Browse files
committed
Workaround for a cabal bug introduced from 2.0 format
See this: haskell/cabal#4624 (comment)
1 parent 3ac6d0a commit 0e42b06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ cache:
88
matrix:
99
fast_finish: true
1010
include:
11-
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
11+
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=2.0 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
1212
compiler: ": #GHC 7.10.3"
1313
addons:
1414
apt:
1515
packages:
16-
- cabal-install-1.22
16+
- cabal-install-2.0
1717
- ghc-7.10.3
1818
- happy-1.19.5
1919
- alex-3.1.7
@@ -22,12 +22,12 @@ matrix:
2222
- c2hs
2323
sources:
2424
- hvr-ghc
25-
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
25+
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=2.0 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
2626
compiler: ": #GHC 8.0.2"
2727
addons:
2828
apt:
2929
packages:
30-
- cabal-install-1.24
30+
- cabal-install-2.0
3131
- ghc-8.0.2
3232
- happy-1.19.5
3333
- alex-3.1.7

0 commit comments

Comments
 (0)