File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,13 @@ jobs:
20
20
linux :
21
21
name : Haskell-CI - Linux - ${{ matrix.compiler }}
22
22
runs-on : ubuntu-20.04
23
- timeout-minutes :
24
- 60
23
+ timeout-minutes : 60
25
24
container :
26
25
image : buildpack-deps:jammy
27
26
continue-on-error : ${{ matrix.allow-failure }}
28
27
strategy :
29
28
matrix :
30
29
include :
31
- - compiler : ghc-9.10.1
32
- compilerKind : ghc
33
- compilerVersion : 9.10.1
34
- setup-method : ghcup
35
- allow-failure : false
36
30
- compiler : ghc-9.8.2
37
31
compilerKind : ghc
38
32
compilerVersion : 9.8.2
Original file line number Diff line number Diff line change 13
13
"ghc94"
14
14
"ghc96"
15
15
"ghc98"
16
- "ghc910"
17
16
] ;
18
17
defaultCompiler = "ghc96" ;
19
18
} ;
Original file line number Diff line number Diff line change @@ -24,13 +24,7 @@ extra-doc-files:
24
24
README.md
25
25
26
26
tested-with :
27
- GHC == 8.10.7
28
- || == 9.0.2
29
- || == 9.2.4
30
- || == 9.4.5
31
- || == 9.6.6
32
- || == 9.8.2
33
- || == 9.10.1
27
+ GHC == 8.10.7 || == 9.0.2 || == 9.2.4 || == 9.4.5 || == 9.6.6 || == 9.8.2
34
28
35
29
source-repository head
36
30
type : git
@@ -48,7 +42,7 @@ common opts
48
42
common deps
49
43
build-depends :
50
44
, aeson ^>= 2.1.1.0 || ^>= 2.2
51
- , base >= 4.14 && < 4.21
45
+ , base >= 4.14 && < 4.20
52
46
, bytestring >= 0.10.12 && < 0.13
53
47
, containers ^>= 0.6 || ^>= 0.7
54
48
, servant >= 0.19 && < 0.21
You can’t perform that action at this time.
0 commit comments