Skip to content

Commit e5d74fa

Browse files
committed
Try to use CABALVER=1.20 again
...hoping that haskell/cabal#1806 has been resolved for good
1 parent 7d8360a commit e5d74fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ env:
88
- GHCVER=7.4.2 CABALVER=1.16
99
- GHCVER=7.6.3 CABALVER=1.16
1010
- GHCVER=7.8.2 CABALVER=1.18
11-
# NOTE: we can't use Cabal 1.20 yet due to
12-
# https://github.com/haskell/cabal/issues/1806
13-
- GHCVER=head CABALVER=1.18
11+
- GHCVER=head CABALVER=1.20
1412

1513
matrix:
1614
allow_failures:
17-
- env: GHCVER=head CABALVER=1.18
15+
- env: GHCVER=head CABALVER=1.20
1816

1917
# Note: the distinction between `before_install` and `install` is not
2018
# important.

0 commit comments

Comments
 (0)