-- Initial yesod-pnotify.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-pnotify version: 1.1.3.2 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: Yesod.Goodies.PNotify.Types Yesod.Goodies.PNotify.Types.Instances Yesod.Goodies.PNotify.Modules.Buttons Yesod.Goodies.PNotify.Modules.Confirm Yesod.Goodies.PNotify.Modules.Desktop Yesod.Goodies.PNotify.Modules.History Yesod.Goodies.PNotify.Modules.Nonblock Yesod.Goodies.PNotify.Modules.Reference Yesod.Goodies.PNotify.Modules.Stack extensions: OverloadedStrings , QuasiQuotes , TemplateHaskell , MultiParamTypeClasses , TypeFamilies , FlexibleContexts , FlexibleInstances , DeriveGeneric , NamedFieldPuns , ViewPatterns build-depends: base >= 4.8 && < 4.9 , yesod >= 1.2 && < 1.5 , yesod-form >= 1.3 && < 1.5 , text >= 0.11 && < 1.3 , transformers >= 0.3 && < 0.5 , shakespeare >= 2.0 && < 2.1 , aeson >= 0.8 && < 0.10 executable sample main-is: sample.hs extensions: OverloadedStrings , QuasiQuotes , TemplateHaskell , MultiParamTypeClasses , TypeFamilies , FlexibleContexts , FlexibleInstances , DeriveGeneric , NamedFieldPuns , ViewPatterns build-depends: base >= 4.8 && < 4.9 , yesod >= 1.2 && < 1.5 , yesod-form >= 1.3 && < 1.5 , text >= 0.11 && < 1.3 , transformers >= 0.3 && < 0.5 , shakespeare >= 2.0 && < 2.1 , aeson >= 0.8 && < 0.10