File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed
servant-swagger-ui-example
servant-swagger-ui-jensoleg Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ tested-with:
24
24
|| == 8.10.7
25
25
|| == 9.0.2
26
26
|| == 9.2.2
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 @@ -19,6 +19,7 @@ tested-with:
19
19
|| == 8.10.7
20
20
|| == 9.0.2
21
21
|| == 9.2.2
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 @@ -23,6 +23,7 @@ tested-with:
23
23
|| == 8.10.7
24
24
|| == 9.0.2
25
25
|| == 9.2.2
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 @@ -23,6 +23,7 @@ tested-with:
23
23
|| == 8.10.7
24
24
|| == 9.0.2
25
25
|| == 9.2.2
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 @@ -23,6 +23,7 @@ tested-with:
23
23
|| == 8.10.7
24
24
|| == 9.0.2
25
25
|| == 9.2.2
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