cabal-version: 2.2 name: servant-queryparam-client version: 2.0.0 synopsis: Client support for servant-queryparam-core. description: Client support for [servant-queryparam-core](https://hackage.haskell.org/package/servant-queryparam-core). maintainer: Danila Danko author: Kristof Bastiaensen copyright: Kristof Bastiaensen 2020 license: BSD-3-Clause build-type: Simple category: Servant, Web source-repository head type: git location: https://github.com/deemp/servant-queryparam library default-language: GHC2021 ghc-options: -Wall exposed-modules: Servant.QueryParam.Client.Record hs-source-dirs: src build-depends: , base >=4.16 && <5 , servant >=0.19 , servant-client-core >=0.19 , servant-queryparam-core >=2.0.0