unitym-servant-0.1.0.0: unitym-servant.cabal
name: unitym-servant
version: 0.1.0.0
synopsis: Implementaation of unitym for Servant servers
description: Implementaation of unitym for Servant servers
homepage: https://github.com/bhurt/unitym#readme
license: BSD3
license-file: LICENSE
author: Brian Hurt
maintainer: bhurt42@gmail.com
copyright: 2017 Brian Hurt
category: Web
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Network.UnityM.Servant
build-depends: base >= 4.7 && < 5
, mtl
, servant-server
, text
, transformers
, unitym
default-language: Haskell2010
ghc-options: -W -Wall
source-repository head
type: git
location: https://github.com/bhurt/unitym/unitym-servant