Skip to content

Commit 069ce97

Browse files
authored
Merge pull request #160 from andreasabel/master
[ travis ] test ghc 8.10 compilation
2 parents 60d5932 + 02a0c83 commit 069ce97

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)