Skip to content

Commit 8431f68

Browse files
committed
Add GHC 8.2 and 8.4
1 parent 04ae5e9 commit 8431f68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ matrix:
1616
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
1717
- env: CABALVER=1.24 GHCVER=8.0.2
1818
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]}}
1923
- env: CABALVER=head GHCVER=head
2024
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
2125

binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ benchmark generics-bench
166166
-- what caused one of the problems, as both 'generic-deriving' and
167167
-- 'GenericsBenchTypes' used to define 'instance Generic Version'.
168168
generic-deriving >= 0.10,
169-
Cabal == 1.24.*,
169+
Cabal >= 1.24,
170170
directory,
171171
filepath,
172172
tar,

0 commit comments

Comments
 (0)