packages feed

servant-queryparam-openapi3-1.0.1: servant-queryparam-openapi3.cabal

cabal-version: 2.2
name:          servant-queryparam-openapi3
version:       1.0.1
maintainer:    Danila Danko <https://github.com/deemp>
author:        Kristof Bastiaensen
copyright:     Kristof Bastiaensen 2020
synopsis:
  Instances of classes from openapi3 for servant-queryparam-core.

description:
  Instances of classes from [openapi3](https://hackage.haskell.org/package/openapi3) for [servant-queryparam-core](https://hackage.haskell.org/package/servant-queryparam-core).

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.OpenApi.Record
  hs-source-dirs:   src
  build-depends:
    , base                     >=4.16  && <5
    , openapi3
    , servant                  >=0.19
    , servant-openapi3
    , servant-queryparam-core  >=1.0.0