cabal-version: 1.12
name: named-servant-server
version: 0.2.0
maintainer: kristof@resonata.be
copyright: Kristof Bastiaensen 2020
synopsis: server support for named-servant
license: BSD3
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/kuribas/named-servant-server
library
default-language: Haskell2010
Ghc-options: -Wall
exposed-modules:
Servant.Server.Named
Servant.Server.Record
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5,
servant >= 0.17 && < 0.18,
servant-server >= 0.17 && < 0.18,
named-servant == 0.2.0,
named >= 0.3 && < 0.4,
text