packages feed

servant-server-namedargs-0.1.1.0: servant-server-namedargs.cabal

name:                servant-server-namedargs
version:             0.1.1.0
synopsis:            Automatically derive API server functions with named and optional parameters
homepage:            https://gitlab.com/sciencei/servant-server-namedargs
bug-reports:         https://gitlab.com/sciencei/servant-server-namedargs/issues
-- description:
license:             BSD3
license-file:        LICENSE
author:              Cullin Poresky
maintainer:          cporeskydev@gmail.com
-- copyright:
category:            Web
build-type:          Simple
extra-source-files:  CHANGELOG.md, README.md
cabal-version:       >=1.10

library
  exposed-modules: Servant.Server.NamedArgs
  -- other-modules:
  -- other-extensions:
  build-depends:       base                >= 4.11    && < 4.13
                     , servant             >= 0.14.1  && < 0.16
                     , servant-server      >= 0.14.1  && < 0.16
                     , servant-namedargs   >= 0.1.1   && < 0.2
                     , named               >= 0.2     && < 0.3
                     , text                >= 1.2     && < 1.3
                     , wai                 >= 3.2.1.2 && <3.3
                     , http-types          >= 0.12.2  && <0.13
                     , string-conversions  >= 0.4.0.1 && <0.5
                     , http-api-data       >= 0.4     && <0.4.1
                     , bytestring          >= 0.10.4  && <0.11
  hs-source-dirs:      src
  default-language:    Haskell2010