-- Initial yesod-pnotify.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-pnotify version: 0.4.0.1 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.6 && < 4.7 , yesod >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , text >= 0.11 && < 0.12 , transformers >= 0.3 && < 0.4 , shakespeare-js >= 1.1 && < 1.2