packages feed

servant-queryparam-server-0.4.0: servant-queryparam-server.cabal

cabal-version: 1.12
name:          servant-queryparam-server
version:       0.4.0
maintainer:    Danila Danko <https://github.com/deemp>
author:        Kristof Bastiaensen
copyright:     Kristof Bastiaensen 2020
synopsis:
  Server support for [servant-queryparam-core](https://hackage.haskell.org/package/servant-queryparam-core).

category:      Servant, Web
license:       BSD3
build-type:    Simple

source-repository head
  type:     git
  location: https://github.com/deemp/servant-queryparam

library
  default-language: GHC2021
  ghc-options:      -Wall
  exposed-modules:  Servant.Server.Record
  hs-source-dirs:   src
  build-depends:
      base                     >=4.16  && <5
    , servant                  >=0.19
    , servant-queryparam-core  >=0.0.1
    , servant-server           >=0.19
    , text