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
3636 hs-source-dirs : src
3737 ghc-options : -Wall
3838 build-depends :
39- base >= 4.7 && < 4.19
39+ base >= 4.7 && < 4.20
4040 , aeson >= 0.8.0.2 && < 2.3
4141 , 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
4444 , servant-blaze >= 0.8 && < 0.10
4545 , servant-server >= 0.14 && < 0.21
46- , text >= 1.2.3.0 && < 2.1
46+ , text >= 1.2.3.0 && < 2.2
4747 , wai-app-static >= 3.0.1.1 && < 3.2
4848
4949 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
3030 ghc-options : -threaded
3131 build-depends :
3232 aeson >= 0.8.0.2 && < 2.3
33- , base >= 4.7 && < 4.19
33+ , base >= 4.7 && < 4.20
3434 , base-compat >= 0.9.3 && < 0.14
3535 , lens >= 4.7.0.1 && < 5.3
3636 , servant
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ library
8585 ghc-options : -Wall
8686 build-depends : servant-swagger-ui-core >= 0.3.6 && < 0.4
8787 build-depends :
88- base >= 4.7 && < 4.19
88+ base >= 4.7 && < 4.20
8989 , aeson >= 0.8.0.2 && < 2.3
90- , bytestring >= 0.10.4.0 && < 0.12
90+ , bytestring >= 0.10.4.0 && < 0.13
9191 , file-embed-lzma >= 0 && < 0.1
9292 , servant >= 0.14 && < 0.21
9393 , servant-server >= 0.14 && < 0.21
94- , text >= 1.2.3.0 && < 2.1
94+ , text >= 1.2.3.0 && < 2.2
9595
9696 exposed-modules : Servant.Swagger.UI.JensOleG
9797 default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ library
3939 ghc-options : -Wall
4040 build-depends : servant-swagger-ui-core >= 0.3.6 && < 0.4
4141 build-depends :
42- base >= 4.7 && < 4.19
42+ base >= 4.7 && < 4.20
4343 , aeson >= 0.8.0.2 && < 2.3
44- , bytestring >= 0.10.4.0 && < 0.12
44+ , bytestring >= 0.10.4.0 && < 0.13
4545 , file-embed-lzma >= 0 && < 0.1
4646 , servant >= 0.14 && < 0.21
4747 , servant-server >= 0.14 && < 0.21
48- , text >= 1.2.3.0 && < 2.1
48+ , text >= 1.2.3.0 && < 2.2
4949
5050 exposed-modules : Servant.Swagger.UI.ReDoc
5151 default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ library
5555 ghc-options : -Wall
5656 build-depends : servant-swagger-ui-core >= 0.3.6 && < 0.4
5757 build-depends :
58- base >= 4.7 && < 4.19
58+ base >= 4.7 && < 4.20
5959 , aeson >= 0.8.0.2 && < 2.3
60- , bytestring >= 0.10.4.0 && < 0.12
60+ , bytestring >= 0.10.4.0 && < 0.13
6161 , file-embed-lzma >= 0 && < 0.1
6262 , servant >= 0.14 && < 0.21
6363 , servant-server >= 0.14 && < 0.21
64- , text >= 1.2.3.0 && < 2.1
64+ , text >= 1.2.3.0 && < 2.2
6565
6666 exposed-modules : Servant.Swagger.UI
6767 default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments