Skip to content

Commit 02a0c83

Browse files
committed
[ travis ] test ghc 8.10 compilation
Also include GHC == 8.10.1 in the 'tested-with:' field.
1 parent 60d5932 commit 02a0c83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ env:
1111
- GHCVER=8.2.2
1212
- GHCVER=8.4.4
1313
- GHCVER=8.6.5
14-
- GHCVER=8.8.2
14+
- GHCVER=8.8.3
15+
- GHCVER=8.10.1
1516

1617
before_install:
1718
- sudo add-apt-repository -y ppa:hvr/ghc

alex.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ tested-with:
3232
GHC == 8.2.2
3333
GHC == 8.4.4
3434
GHC == 8.6.5
35-
GHC == 8.8.2
35+
GHC == 8.8.3
36+
GHC == 8.10.1
3637

3738
data-dir: data/
3839

0 commit comments

Comments
 (0)