Skip to content

Commit

Permalink
Use GHC 8.4.2 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 20, 2018
1 parent 239d722 commit eb5ab8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -61,9 +61,9 @@ matrix:
- compiler: "ghc-8.2.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [*apt_packages,cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.4.1"
- compiler: "ghc-8.4.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [*apt_packages,cabal-install-2.2,ghc-8.4.1], sources: [hvr-ghc]}}
addons: {apt: {packages: [*apt_packages,cabal-install-2.2,ghc-8.4.2], sources: [hvr-ghc]}}
- compiler: "ghc-head"
env: GHCHEAD=true
addons: {apt: {packages: [*apt_packages,cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Expand Down
2 changes: 1 addition & 1 deletion adjunctions.cabal
Expand Up @@ -28,7 +28,7 @@ tested-with: GHC == 7.4.2
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.1
, GHC == 8.4.2

source-repository head
type: git
Expand Down

0 comments on commit eb5ab8e

Please sign in to comment.