Skip to content

Commit 3aa7b18

Browse files
committed
using GHC 8.8.3.
1 parent f536d35 commit 3aa7b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ matrix:
3838
- compiler: "ghc-8.6.5"
3939
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4040
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.5], sources: [hvr-ghc]}}
41-
- compiler: "ghc-8.8.1"
41+
- compiler: "ghc-8.8.3"
4242
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4343
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.0,ghc-8.8.1], sources: [hvr-ghc]}}
4444
- compiler: "ghc-head"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environment:
1515
- GHCVER: 8.2.2
1616
- GHCVER: 8.4.4
1717
- GHCVER: 8.6.3
18-
- GHCVER: 8.8.1
18+
- GHCVER: 8.8.3
1919

2020
platform:
2121
# - x86 # We may want to test x86 as well, but it would double the 23min build time.

0 commit comments

Comments
 (0)