yesod-pnotify-0.1.0.0: yesod-pnotify.cabal
-- Initial yesod-pnotify.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: yesod-pnotify
version: 0.1.0.0
synopsis: Yet another getMessage/setMessage using pnotify jquery plugins
description: Yet another getMessage/setMessage using pnotify jquery plugins
homepage: https://github.com/cutsea110/yesod-pnotify
license: BSD3
license-file: LICENSE
author: Katsutoshi Itoh
maintainer: cutsea110@gmail.com
-- copyright:
category: Web, Yesod
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Yesod.Goodies.PNotify
-- other-modules:
build-depends: base ==4.5.*
, yesod ==1.1.*
, yesod-form ==1.1.*
, text ==0.11.*
, transformers ==0.3.*