cabal-version: 2.2 name: servant-queryparam-openapi3 version: 1.0.0 maintainer: Danila Danko author: Kristof Bastiaensen copyright: Kristof Bastiaensen 2020 synopsis: Instances of classes from [openapi3](https://hackage.haskell.org/package/openapi3) for [servant-queryparam-server](https://hackage.haskell.org/package/servant-queryparam-server). 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 , bytestring , openapi3 , servant >=0.19 , servant-openapi3 , servant-queryparam-core >=1.0.0 , servant-server >=0.19 , text , warp