Bump minimum servant version to 0.19, which is in LTS-20

This commit is contained in:
(cdep)illabout 2023-06-27 12:44:34 +09:00
parent cd98619677
commit d62090381d
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@ library
, Servant.Checked.Exceptions.Internal.Servant.Docs
, Servant.Checked.Exceptions.Internal.Util
, Servant.Checked.Exceptions.Internal.Verbs
build-depends: base >= 4.9 && < 5
build-depends: base >= 4.16 && < 5
, aeson
, bytestring
-- contravariant is needed for the Data.Functor.Contravariant module in GHC < 8.6
@ -43,8 +43,8 @@ library
, profunctors
, tagged
, transformers
, servant >= 0.12
, servant-docs >= 0.10
, servant >= 0.19
, servant-docs >= 0.12
, text
, world-peace >= 1.0.0.0
default-language: Haskell2010

View File

@ -26,14 +26,14 @@ library
, Servant.Checked.Exceptions.Internal.Servant.API
, Servant.Checked.Exceptions.Internal.Servant.Client
, Servant.Checked.Exceptions.Internal.Servant.Server
build-depends: base >= 4.9 && < 5
build-depends: base >= 4.16 && < 5
, bytestring
, http-types
, servant >= 0.16
, servant >= 0.19
, servant-checked-exceptions-core >= 2.2.0.0
, servant-client >= 0.16
, servant-client-core >= 0.16
, servant-server >= 0.16
, servant-client >= 0.19
, servant-client-core >= 0.19
, servant-server >= 0.19
, wai
, world-peace >= 1.0.0.0
default-language: Haskell2010
@ -53,7 +53,7 @@ executable servant-checked-exceptions-example-client
, optparse-applicative
, servant
, servant-checked-exceptions
, servant-client >= 0.13
, servant-client
, text
default-language: Haskell2010
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N