Skip to content

Commit

Permalink
Bump bounds of base, base-compat, bytestring, servant
Browse files Browse the repository at this point in the history
Allows
- base 4.19
- base-compat 0.13
- bytesting 0.12
- servant 0.20
- servant-server 0.20
- text 2.1
- len 5.2
  • Loading branch information
sorki committed Nov 8, 2023
1 parent a9dc455 commit c35b8cf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions servant-swagger-ui-core/servant-swagger-ui-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ library
hs-source-dirs: src
ghc-options: -Wall
build-depends:
base >=4.7 && <4.19
base >=4.7 && <4.20
, aeson >=0.8.0.2 && <2.3
, blaze-markup >=0.7.0.2 && <0.9
, bytestring >=0.10.4.0 && <0.12
, servant >=0.14 && <0.20
, bytestring >=0.10.4.0 && <0.13
, servant >=0.14 && <0.21
, servant-blaze >=0.8 && <0.10
, servant-server >=0.14 && <0.21
, text >=1.2.3.0 && <2.1
, text >=1.2.3.0 && <2.2
, wai-app-static >=3.0.1.1 && <3.2

exposed-modules: Servant.Swagger.UI.Core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ executable servant-swagger-ui-example
ghc-options: -threaded
build-depends:
aeson >=0.8.0.2 && <2.3
, base >=4.7 && <4.19
, base >=4.7 && <4.20
, base-compat >=0.9.3 && <0.14
, lens >=4.7.0.1 && <5.3
, servant
Expand Down
6 changes: 3 additions & 3 deletions servant-swagger-ui-jensoleg/servant-swagger-ui-jensoleg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ library
ghc-options: -Wall
build-depends: servant-swagger-ui-core >=0.3.6 && <0.4
build-depends:
base >=4.7 && <4.19
base >=4.7 && <4.20
, aeson >=0.8.0.2 && <2.3
, bytestring >=0.10.4.0 && <0.12
, bytestring >=0.10.4.0 && <0.13
, file-embed-lzma >=0 && <0.1
, servant >=0.14 && <0.21
, servant-server >=0.14 && <0.21
, text >=1.2.3.0 && <2.1
, text >=1.2.3.0 && <2.2

exposed-modules: Servant.Swagger.UI.JensOleG
default-language: Haskell2010
6 changes: 3 additions & 3 deletions servant-swagger-ui-redoc/servant-swagger-ui-redoc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ library
ghc-options: -Wall
build-depends: servant-swagger-ui-core >=0.3.6 && <0.4
build-depends:
base >=4.7 && <4.19
base >=4.7 && <4.20
, aeson >=0.8.0.2 && <2.3
, bytestring >=0.10.4.0 && <0.12
, bytestring >=0.10.4.0 && <0.13
, file-embed-lzma >=0 && <0.1
, servant >=0.14 && <0.21
, servant-server >=0.14 && <0.21
, text >=1.2.3.0 && <2.1
, text >=1.2.3.0 && <2.2

exposed-modules: Servant.Swagger.UI.ReDoc
default-language: Haskell2010
6 changes: 3 additions & 3 deletions servant-swagger-ui/servant-swagger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ library
ghc-options: -Wall
build-depends: servant-swagger-ui-core >=0.3.6 && <0.4
build-depends:
base >=4.7 && <4.19
base >=4.7 && <4.20
, aeson >=0.8.0.2 && <2.3
, bytestring >=0.10.4.0 && <0.12
, bytestring >=0.10.4.0 && <0.13
, file-embed-lzma >=0 && <0.1
, servant >=0.14 && <0.21
, servant-server >=0.14 && <0.21
, text >=1.2.3.0 && <2.1
, text >=1.2.3.0 && <2.2

exposed-modules: Servant.Swagger.UI
default-language: Haskell2010

0 comments on commit c35b8cf

Please sign in to comment.