cabal-version: 2.2
name:          servant-queryparam-client
version:       1.0.1
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 <https://github.com/deemp>
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.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