packages feed

servant-server-namedargs-0.1.0.0: servant-server-namedargs.cabal

name:                servant-server-namedargs
version:             0.1.0.0
synopsis:            Automatically derive API server functions with named and optional parameters
-- description:
-- homepage:            
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     && < 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
  hs-source-dirs:      src
  default-language:    Haskell2010