name: unitym-yesod version: 0.1.0.0 synopsis: Implementation of the unity monad for the Yesod framework description: Implementation of the unity monad for the Yesod framework homepage: https://github.com/githubuser/unitym-yesod#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 -O2