File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ matrix:
22
22
- env : CABALVER=1.24 GHCVER=8.0.2
23
23
compiler : " : #GHC 8.0.2"
24
24
addons : {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
25
+ - env : CABALVER=1.24 GHCVER=8.2.1
26
+ compiler : " : #GHC 8.2.1"
27
+ addons : {apt: {packages: [cabal-install-1.24,ghc-8.2.1], sources: [hvr-ghc]}}
25
28
- env : CABALVER=head GHCVER=head
26
29
compiler : " : #GHC head"
27
30
addons : {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ tested-with:
24
24
GHC == 7.8.4
25
25
GHC == 7.10.3
26
26
GHC == 8.0.2
27
- GHC == 8.1
27
+ GHC == 8.2.1
28
+ GHC == 8.3
28
29
cabal-version : >= 1.10
29
30
extra-source-files :
30
31
CHANGELOG.md
You can’t perform that action at this time.
0 commit comments