cabal-version: 1.12 name: named-servant description: support named parameters in servant using the named package version: 0.0.2 maintainer: kristof@resonata.be copyright: Kristof Bastiaensen 2020 license: BSD3 license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/kuribas/named-servant library default-language: Haskell2010 Ghc-options: -Wall exposed-modules: Servant.Named Servant.Record hs-source-dirs: src build-depends: base >= 4.7 && < 5, servant, named