File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
servant-swagger-ui-example
servant-swagger-ui-jensoleg Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ library
36
36
hs-source-dirs : src
37
37
ghc-options : -Wall
38
38
build-depends :
39
- base >= 4.7 && < 4.19
39
+ base >= 4.7 && < 4.20
40
40
, aeson >= 0.8.0.2 && < 2.3
41
41
, blaze-markup >= 0.7.0.2 && < 0.9
42
- , bytestring >= 0.10.4.0 && < 0.12
43
- , servant >= 0.14 && < 0.20
42
+ , bytestring >= 0.10.4.0 && < 0.13
43
+ , servant >= 0.14 && < 0.21
44
44
, servant-blaze >= 0.8 && < 0.10
45
45
, servant-server >= 0.14 && < 0.21
46
- , text >= 1.2.3.0 && < 2.1
46
+ , text >= 1.2.3.0 && < 2.2
47
47
, wai-app-static >= 3.0.1.1 && < 3.2
48
48
49
49
exposed-modules : Servant.Swagger.UI.Core
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ executable servant-swagger-ui-example
30
30
ghc-options : -threaded
31
31
build-depends :
32
32
aeson >= 0.8.0.2 && < 2.3
33
- , base >= 4.7 && < 4.19
33
+ , base >= 4.7 && < 4.20
34
34
, base-compat >= 0.9.3 && < 0.14
35
35
, lens >= 4.7.0.1 && < 5.3
36
36
, servant
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ library
85
85
ghc-options : -Wall
86
86
build-depends : servant-swagger-ui-core >= 0.3.6 && < 0.4
87
87
build-depends :
88
- base >= 4.7 && < 4.19
88
+ base >= 4.7 && < 4.20
89
89
, aeson >= 0.8.0.2 && < 2.3
90
- , bytestring >= 0.10.4.0 && < 0.12
90
+ , bytestring >= 0.10.4.0 && < 0.13
91
91
, file-embed-lzma >= 0 && < 0.1
92
92
, servant >= 0.14 && < 0.21
93
93
, servant-server >= 0.14 && < 0.21
94
- , text >= 1.2.3.0 && < 2.1
94
+ , text >= 1.2.3.0 && < 2.2
95
95
96
96
exposed-modules : Servant.Swagger.UI.JensOleG
97
97
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ library
39
39
ghc-options : -Wall
40
40
build-depends : servant-swagger-ui-core >= 0.3.6 && < 0.4
41
41
build-depends :
42
- base >= 4.7 && < 4.19
42
+ base >= 4.7 && < 4.20
43
43
, aeson >= 0.8.0.2 && < 2.3
44
- , bytestring >= 0.10.4.0 && < 0.12
44
+ , bytestring >= 0.10.4.0 && < 0.13
45
45
, file-embed-lzma >= 0 && < 0.1
46
46
, servant >= 0.14 && < 0.21
47
47
, servant-server >= 0.14 && < 0.21
48
- , text >= 1.2.3.0 && < 2.1
48
+ , text >= 1.2.3.0 && < 2.2
49
49
50
50
exposed-modules : Servant.Swagger.UI.ReDoc
51
51
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ library
55
55
ghc-options : -Wall
56
56
build-depends : servant-swagger-ui-core >= 0.3.6 && < 0.4
57
57
build-depends :
58
- base >= 4.7 && < 4.19
58
+ base >= 4.7 && < 4.20
59
59
, aeson >= 0.8.0.2 && < 2.3
60
- , bytestring >= 0.10.4.0 && < 0.12
60
+ , bytestring >= 0.10.4.0 && < 0.13
61
61
, file-embed-lzma >= 0 && < 0.1
62
62
, servant >= 0.14 && < 0.21
63
63
, servant-server >= 0.14 && < 0.21
64
- , text >= 1.2.3.0 && < 2.1
64
+ , text >= 1.2.3.0 && < 2.2
65
65
66
66
exposed-modules : Servant.Swagger.UI
67
67
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments