servant-queryparam-server 0.4.0 → 1.0.0
raw patch · 1 files changed
+6/−4 lines, 1 filesdep ~servant-queryparam-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: servant-queryparam-core
API changes (from Hackage documentation)
Files
servant-queryparam-server.cabal view
@@ -1,14 +1,16 @@-cabal-version: 1.12+cabal-version: 2.2 name: servant-queryparam-server-version: 0.4.0+version: 1.0.0 maintainer: Danila Danko <https://github.com/deemp> author: Kristof Bastiaensen copyright: Kristof Bastiaensen 2020 synopsis:+ Server support for servant-queryparam-core.+description: Server support for [servant-queryparam-core](https://hackage.haskell.org/package/servant-queryparam-core). category: Servant, Web-license: BSD3+license: BSD-3-Clause build-type: Simple source-repository head@@ -23,6 +25,6 @@ build-depends: base >=4.16 && <5 , servant >=0.19- , servant-queryparam-core >=0.0.1+ , servant-queryparam-core >=1.0.0 , servant-server >=0.19 , text