File tree Expand file tree Collapse file tree 7 files changed +32
-22
lines changed
servant-swagger-ui-example
servant-swagger-ui-jensoleg Expand file tree Collapse file tree 7 files changed +32
-22
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.2.2
35
+ - compiler : ghc-9.4.3
36
36
compilerKind : ghc
37
- compilerVersion : 9.2.2
37
+ compilerVersion : 9.4.3
38
+ setup-method : ghcup
39
+ allow-failure : false
40
+ - compiler : ghc-9.2.5
41
+ compilerKind : ghc
42
+ compilerVersion : 9.2.5
38
43
setup-method : ghcup
39
44
allow-failure : false
40
45
- compiler : ghc-9.0.2
@@ -262,8 +267,8 @@ jobs:
262
267
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.19.*' all
263
268
- name : constraint set servant-0.18
264
269
run : |
265
- if [ $((HCNUMVER < 90200 )) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.18.*' --dependencies-only -j2 all ; fi
266
- if [ $((HCNUMVER < 90200 )) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.18.*' all ; fi
270
+ if [ $((HCNUMVER < 90002 )) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.18.*' --dependencies-only -j2 all ; fi
271
+ if [ $((HCNUMVER < 90002 )) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.18.*' all ; fi
267
272
- name : constraint set servant-0.17
268
273
run : |
269
274
if [ $((HCNUMVER < 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' --dependencies-only -j2 all ; fi
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ constraint-set servant-0.18
13
13
constraints: servant ==0.18.*
14
14
15
15
constraint-set servant-0.19
16
- ghc: >= 8.6 && <9.4
16
+ ghc: >= 8.6 && <9.6
17
17
constraints: servant ==0.19.*
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ tested-with:
23
23
|| == 8.8.4
24
24
|| == 8.10.7
25
25
|| == 9.0.2
26
- || == 9.2.2
26
+ || == 9.2.5
27
+ || == 9.4.3
27
28
28
29
extra-source-files : Changelog.md
29
30
@@ -35,16 +36,16 @@ library
35
36
hs-source-dirs : src
36
37
ghc-options : -Wall
37
38
build-depends :
38
- base >= 4.7 && < 4.17
39
- , aeson >= 0.8.0.2 && < 2.1.0
39
+ base >= 4.7 && < 4.18
40
+ , aeson >= 0.8.0.2 && < 2.2
40
41
, blaze-markup >= 0.7.0.2 && < 0.9
41
42
, bytestring >= 0.10.4.0 && < 0.12
42
43
, http-media >= 0.7.1.3 && < 0.9
43
44
, servant >= 0.14 && < 0.20
44
45
, servant-blaze >= 0.8 && < 0.10
45
46
, servant-server >= 0.14 && < 0.20
46
47
, text >= 1.2.3.0 && < 2.1
47
- , transformers >= 0.3 && < 0.6
48
+ , transformers >= 0.3 && < 0.7
48
49
, transformers-compat >= 0.3 && < 0.8
49
50
, wai-app-static >= 3.0.1.1 && < 3.2
50
51
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ tested-with:
18
18
|| == 8.8.4
19
19
|| == 8.10.7
20
20
|| == 9.0.2
21
- || == 9.2.2
21
+ || == 9.2.5
22
+ || == 9.4.3
22
23
23
24
source-repository head
24
25
type : git
@@ -28,10 +29,10 @@ executable servant-swagger-ui-example
28
29
main-is : Main.hs
29
30
ghc-options : -threaded
30
31
build-depends :
31
- aeson >= 0.8.0.2 && < 2.1.0
32
- , base >= 4.7 && < 4.17
32
+ aeson >= 0.8.0.2 && < 2.2
33
+ , base >= 4.7 && < 4.18
33
34
, base-compat >= 0.9.3 && < 0.13
34
- , lens >= 4.7.0.1 && < 5.2
35
+ , lens >= 4.7.0.1 && < 5.3
35
36
, servant
36
37
, servant-server
37
38
, servant-swagger
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ tested-with:
22
22
|| == 8.8.4
23
23
|| == 8.10.7
24
24
|| == 9.0.2
25
- || == 9.2.2
25
+ || == 9.2.5
26
+ || == 9.4.3
26
27
27
28
extra-source-files :
28
29
jensoleg.index.html.tmpl
@@ -84,8 +85,8 @@ library
84
85
ghc-options : -Wall
85
86
build-depends : servant-swagger-ui-core >= 0.3.5 && < 0.4
86
87
build-depends :
87
- base >= 4.7 && < 4.17
88
- , aeson >= 0.8.0.2 && < 2.1.0
88
+ base >= 4.7 && < 4.18
89
+ , aeson >= 0.8.0.2 && < 2.2
89
90
, bytestring >= 0.10.4.0 && < 0.12
90
91
, file-embed-lzma >= 0 && < 0.1
91
92
, servant >= 0.14 && < 0.20
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ tested-with:
22
22
|| == 8.8.4
23
23
|| == 8.10.7
24
24
|| == 9.0.2
25
- || == 9.2.2
25
+ || == 9.2.5
26
+ || == 9.4.3
26
27
27
28
extra-source-files :
28
29
redoc-dist-1.22.3/redoc.min.js
@@ -38,8 +39,8 @@ library
38
39
ghc-options : -Wall
39
40
build-depends : servant-swagger-ui-core >= 0.3.5 && < 0.4
40
41
build-depends :
41
- base >= 4.7 && < 4.17
42
- , aeson >= 0.8.0.2 && < 2.1.0
42
+ base >= 4.7 && < 4.18
43
+ , aeson >= 0.8.0.2 && < 2.2
43
44
, bytestring >= 0.10.4.0 && < 0.12
44
45
, file-embed-lzma >= 0 && < 0.1
45
46
, servant >= 0.14 && < 0.20
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ tested-with:
22
22
|| == 8.8.4
23
23
|| == 8.10.7
24
24
|| == 9.0.2
25
- || == 9.2.2
25
+ || == 9.2.5
26
+ || == 9.4.3
26
27
27
28
extra-source-files :
28
29
CHANGELOG.md
@@ -53,8 +54,8 @@ library
53
54
ghc-options : -Wall
54
55
build-depends : servant-swagger-ui-core >= 0.3.5 && < 0.4
55
56
build-depends :
56
- base >= 4.7 && < 4.17
57
- , aeson >= 0.8.0.2 && < 2.1.0
57
+ base >= 4.7 && < 4.18
58
+ , aeson >= 0.8.0.2 && < 2.2
58
59
, bytestring >= 0.10.4.0 && < 0.12
59
60
, file-embed-lzma >= 0 && < 0.1
60
61
, servant >= 0.14 && < 0.20
You can’t perform that action at this time.
0 commit comments