unitym-0.1.0.2: unitym.cabal
name: unitym
version: 0.1.0.2
synopsis: A monad type class shared between web services
description: Please see README.md
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
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Network.UnityM
build-depends: base >= 4.7 && < 5
, text >= 1.2 && < 1.3
, transformers >= 0.5 && < 0.6
default-language: Haskell2010
ghc-options: -W -Wall
source-repository head
type: git
location: https://github.com/bhurt/unitym/unitym