Skip to content

Commit 8a2c173

Browse files
committed
Regenerate .travis.yml
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
1 parent 7c55040 commit 8a2c173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ before_cache:
3636

3737
matrix:
3838
include:
39-
- compiler: "ghc-8.6.1"
39+
- compiler: "ghc-8.6.2"
4040
# env: TEST=--disable-tests BENCH=--disable-benchmarks
41-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.1], sources: [hvr-ghc]}}
41+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
4242
- compiler: "ghc-8.4.4"
4343
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4444
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.4], sources: [hvr-ghc]}}

mtl.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tested-with:
2525
GHC==8.0.2,
2626
GHC==8.2.2,
2727
GHC==8.4.4,
28-
GHC==8.6.1
28+
GHC==8.6.2
2929

3030
source-repository head
3131
type: git

0 commit comments

Comments
 (0)