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 @@ -16,6 +16,10 @@ matrix:
16
16
addons : {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
17
17
- env : CABALVER=1.24 GHCVER=8.0.2
18
18
addons : {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
19
+ - env : CABALVER=1.24 GHCVER=8.2.2
20
+ addons : {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}}
21
+ - env : CABALVER=1.24 GHCVER=8.4.3
22
+ addons : {apt: {packages: [cabal-install-1.24,ghc-8.4.3], sources: [hvr-ghc]}}
19
23
- env : CABALVER=head GHCVER=head
20
24
addons : {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
21
25
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ benchmark generics-bench
166
166
-- what caused one of the problems, as both 'generic-deriving' and
167
167
-- 'GenericsBenchTypes' used to define 'instance Generic Version'.
168
168
generic-deriving >= 0.10 ,
169
- Cabal == 1.24. * ,
169
+ Cabal >= 1.24 ,
170
170
directory,
171
171
filepath,
172
172
tar,
You can’t perform that action at this time.
0 commit comments