Skip to content

Commit 53ef5c9

Browse files
committed
Fixed Cabal version typo.
1 parent d43a699 commit 53ef5c9

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
@@ -25,7 +25,7 @@ matrix:
2525
- env: CABALVER=1.24 GHCVER=8.2.2
2626
compiler: ": #GHC 8.2.2"
2727
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}}
28-
- env: CABALVER=1.24 GHCVER=8.4.1
28+
- env: CABALVER=2.0 GHCVER=8.4.1
2929
compiler: ": #GHC 8.4.1"
3030
addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.1], sources: [hvr-ghc]}}
3131
- env: CABALVER=head GHCVER=head

0 commit comments

Comments
 (0)