We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43a699 commit 53ef5c9Copy full SHA for 53ef5c9
.travis.yml
@@ -25,7 +25,7 @@ matrix:
25
- env: CABALVER=1.24 GHCVER=8.2.2
26
compiler: ": #GHC 8.2.2"
27
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}}
28
- - env: CABALVER=1.24 GHCVER=8.4.1
+ - env: CABALVER=2.0 GHCVER=8.4.1
29
compiler: ": #GHC 8.4.1"
30
addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.1], sources: [hvr-ghc]}}
31
- env: CABALVER=head GHCVER=head
0 commit comments