File tree Expand file tree Collapse file tree 7 files changed +19
-9
lines changed
servant-swagger-ui-example
servant-swagger-ui-jensoleg Expand file tree Collapse file tree 7 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 32
32
strategy :
33
33
matrix :
34
34
include :
35
+ - compiler : ghc-9.12.2
36
+ compilerKind : ghc
37
+ compilerVersion : 9.12.2
38
+ setup-method : ghcup
39
+ allow-failure : false
35
40
- compiler : ghc-9.10.1
36
41
compilerKind : ghc
37
42
compilerVersion : 9.10.1
@@ -81,12 +86,12 @@ jobs:
81
86
- name : Install GHCup
82
87
run : |
83
88
mkdir -p "$HOME/.ghcup/bin"
84
- curl -sL https://downloads.haskell.org/ghcup/0.1.50.0 /x86_64-linux-ghcup-0.1.50.0 > "$HOME/.ghcup/bin/ghcup"
89
+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
85
90
chmod a+x "$HOME/.ghcup/bin/ghcup"
86
91
- name : Install cabal-install
87
92
run : |
88
- "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
89
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
93
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
94
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
90
95
- name : Install GHC (GHCup)
91
96
if : matrix.setup-method == 'ghcup'
92
97
run : |
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ constraint-set servant-0.19
17
17
constraints: servant ==0.19.*
18
18
19
19
constraint-set servant-0.20
20
- ghc: >= 8.10 && <9.12
20
+ ghc: >= 8.10 && <9.14
21
21
constraints: servant ==0.20.*
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ tested-with:
27
27
|| == 9.6.7
28
28
|| == 9.8.4
29
29
|| == 9.10.1
30
+ || == 9.12.2
30
31
31
32
extra-source-files : Changelog.md
32
33
@@ -38,7 +39,7 @@ library
38
39
hs-source-dirs : src
39
40
ghc-options : -Wall
40
41
build-depends :
41
- base >= 4.7 && < 4.21
42
+ base >= 4.7 && < 4.22
42
43
, aeson >= 0.8.0.2 && < 2.3
43
44
, blaze-markup >= 0.7.0.2 && < 0.9
44
45
, bytestring >= 0.10.4.0 && < 0.13
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ tested-with:
22
22
|| == 9.6.7
23
23
|| == 9.8.4
24
24
|| == 9.10.1
25
+ || == 9.12.2
25
26
26
27
source-repository head
27
28
type : git
@@ -32,7 +33,7 @@ executable servant-swagger-ui-example
32
33
ghc-options : -threaded
33
34
build-depends :
34
35
aeson >= 0.8.0.2 && < 2.3
35
- , base >= 4.7 && < 4.21
36
+ , base >= 4.7 && < 4.22
36
37
, base-compat >= 0.9.3 && < 0.15
37
38
, lens >= 4.7.0.1 && < 5.4
38
39
, servant
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tested-with:
26
26
|| == 9.6.7
27
27
|| == 9.8.4
28
28
|| == 9.10.1
29
+ || == 9.12.2
29
30
30
31
extra-source-files :
31
32
jensoleg.index.html.tmpl
@@ -87,7 +88,7 @@ library
87
88
ghc-options : -Wall
88
89
build-depends : servant-swagger-ui-core >= 0.3.5 && < 0.4
89
90
build-depends :
90
- base >= 4.7 && < 4.21
91
+ base >= 4.7 && < 4.22
91
92
, aeson >= 0.8.0.2 && < 2.3
92
93
, bytestring >= 0.10.4.0 && < 0.13
93
94
, file-embed-lzma >= 0 && < 0.2
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tested-with:
26
26
|| == 9.6.7
27
27
|| == 9.8.4
28
28
|| == 9.10.1
29
+ || == 9.12.2
29
30
30
31
extra-source-files :
31
32
redoc-dist-1.22.3/redoc.min.js
@@ -41,7 +42,7 @@ library
41
42
ghc-options : -Wall
42
43
build-depends : servant-swagger-ui-core >= 0.3.5 && < 0.4
43
44
build-depends :
44
- base >= 4.7 && < 4.21
45
+ base >= 4.7 && < 4.22
45
46
, aeson >= 0.8.0.2 && < 2.3
46
47
, bytestring >= 0.10.4.0 && < 0.13
47
48
, file-embed-lzma >= 0 && < 0.2
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tested-with:
26
26
|| == 9.6.7
27
27
|| == 9.8.4
28
28
|| == 9.10.1
29
+ || == 9.12.2
29
30
30
31
extra-source-files :
31
32
CHANGELOG.md
@@ -57,7 +58,7 @@ library
57
58
ghc-options : -Wall
58
59
build-depends : servant-swagger-ui-core >= 0.3.5 && < 0.4
59
60
build-depends :
60
- base >= 4.7 && < 4.21
61
+ base >= 4.7 && < 4.22
61
62
, aeson >= 0.8.0.2 && < 2.3
62
63
, bytestring >= 0.10.4.0 && < 0.13
63
64
, file-embed-lzma >= 0 && < 0.2
You can’t perform that action at this time.
0 commit comments