cabal-version: 1.12 name: named-servant-client version: 0.0.1 synopsis: client support for named-servant 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-client library default-language: Haskell2010 Ghc-options: -Wall exposed-modules: Servant.Named.Client hs-source-dirs: src build-depends: base >= 4.7 && < 5, servant, servant-client-core, named-servant, named