Skip to content

Commit c7ad369

Browse files
committed
.travis.yml: Fix CABALVER for GHC 8.10
Cabal 3.2 is the earliest version with support for GHC 8.10, despite the GHC release having taken place first.
1 parent 52c0dac commit c7ad369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
- CABALVER=2.2 GHCVER=8.4.4 # Debian 10
55
- CABALVER=2.4 GHCVER=8.6.5
66
- CABALVER=3.0 GHCVER=8.8.3
7-
- CABALVER=3.0 GHCVER=8.10.1
7+
- CABALVER=3.2 GHCVER=8.10.1
88
- CABALVER=head GHCVER=head
99

1010
language: generic

0 commit comments

Comments
 (0)