packages feed

yesod-pnotify 0.2.0.0 → 0.3.0.0

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

Yesod/Goodies/PNotify.hs view
@@ -37,11 +37,11 @@  class YesodJquery a => YesodJqueryPnotify a where   urlPnotifyJs :: a -> Either (Route a) Text-  urlPnotifyJs _ = Right "http://pinesframework.org/pnotify/jquery.pnotify.min.js"+  urlPnotifyJs _ = Right "http://cdn.jsdelivr.net/pnotify/1.2/jquery.pnotify.min.js"   urlPnotifyCss :: a -> Either (Route a) Text-  urlPnotifyCss _ = Right "http://pinesframework.org/pnotify/jquery.pnotify.default.css"+  urlPnotifyCss _ = Right "http://cdn.jsdelivr.net/pnotify/1.2/jquery.pnotify.default.css"   urlPnotifyIconsCss :: a -> Either (Route a) Text-  urlPnotifyIconsCss _ = Right "http://pinesframework.org/pnotify/jquery.pnotify.default.icons.css"+  urlPnotifyIconsCss _ = Right "http://cdn.jsdelivr.net/pnotify/1.2/jquery.pnotify.default.icons.css"  notifyKey :: Text notifyKey = "_PNotify"
yesod-pnotify.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                yesod-pnotify-version:             0.2.0.0+version:             0.3.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