unitym-yesod-0.1.0.2: unitym-yesod.cabal
name: unitym-yesod
version: 0.1.0.2
synopsis: Implementation of the unity monad for the Yesod framework
description: Implementation of the unity monad for the Yesod framework
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.Yesod
build-depends: base >= 4.7 && < 5
, unitym >= 0.1 && < 1.0
, yesod >= 1.4 && < 1.5
default-language: Haskell2010
ghc-options: -W -Wall
source-repository head
type: git
location: https://github.com/bhurt/unitym/unitym-yesod