Skip to content

Commit 19efa9f

Browse files
RyanGlScottmberkowitz
authored andcommitted
Add GHC 8.2.1 Travis build
1 parent fe4b04b commit 19efa9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ matrix:
2828
- env: CABALVER=1.24 GHCVER=8.0.2
2929
compiler: ": #GHC 8.0.2"
3030
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
31+
- env: CABALVER=2.0 GHCVER=8.2.1
32+
compiler: ": #GHC 8.2.1"
33+
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
3134
- env: CABALVER=head GHCVER=head
3235
compiler: ": #GHC head"
3336
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

hood.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tested-with: GHC == 7.4.2
1818
, GHC == 7.8.4
1919
, GHC == 7.10.3
2020
, GHC == 8.0.2
21+
, GHC == 8.2.1
2122
extra-source-files: CHANGELOG.md, README.md
2223

2324
Library

0 commit comments

Comments
 (0)