Skip to content

Commit

Permalink
Use GHC 8.2.2 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Nov 22, 2017
1 parent cf9c0de commit 125c74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.1
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.2
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head
compiler: ": #GHC head"
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Expand Down
2 changes: 1 addition & 1 deletion hashmap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tested-with: GHC == 7.0.4
, GHC == 7.8.4
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.1
, GHC == 8.2.2

source-repository head
type: git
Expand Down

0 comments on commit 125c74d

Please sign in to comment.