File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 26
26
.cabal-sandbox
27
27
.stack-work
28
28
cabal.sandbox.config
29
+ /src /TAGS
Original file line number Diff line number Diff line change 1
1
# language: haskell
2
2
3
+ # Keep the list of tested GHC versions in sync with `tested-with` in `alex.cabal`.
3
4
env :
5
+ - GHCVER=8.8.2
6
+ - GHCVER=8.6.5
4
7
# - GHCVER=7.0.4
5
8
- GHCVER=7.4.2
6
9
- GHCVER=7.6.3
7
10
- GHCVER=7.8.4
8
11
- GHCVER=7.10.3
9
12
- GHCVER=8.0.2
10
13
- GHCVER=8.2.2
11
- - GHCVER=8.4.1
14
+ - GHCVER=8.4.4
12
15
13
16
before_install :
14
17
- sudo add-apt-repository -y ppa:hvr/ghc
Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ description:
21
21
category : Development
22
22
build-type : Simple
23
23
24
+ -- Keep the contents of `tested-with` in sync with `env` in `.travis.yml`.
25
+ tested-with :
26
+ GHC == 7.4.2
27
+ GHC == 7.6.3
28
+ GHC == 7.8.4
29
+ GHC == 7.10.3
30
+ GHC == 8.0.2
31
+ GHC == 8.2.2
32
+ GHC == 8.4.4
33
+ GHC == 8.6.5
34
+ GHC == 8.8.2
35
+
24
36
data-dir : data/
25
37
26
38
data-files :
You can’t perform that action at this time.
0 commit comments