yesod-pnotify-0.2.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.2.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 && < 4.6
, yesod >= 1.1 && < 1.2
, yesod-form >= 1.2 && < 1.3
, text >= 0.11 && < 0.12
, transformers >= 0.3 && < 0.4
, shakespeare-js >= 1.1 && < 1.2