yesod-pnotify 1.1.3.1 → 1.1.3.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- yesod-pnotify.cabal +3/−3
yesod-pnotify.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-pnotify-version: 1.1.3.1+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@@ -46,7 +46,7 @@ , text >= 0.11 && < 1.3 , transformers >= 0.3 && < 0.5 , shakespeare >= 2.0 && < 2.1- , aeson >= 0.8 && < 0.9+ , aeson >= 0.8 && < 0.10 executable sample main-is: sample.hs@@ -68,5 +68,5 @@ , text >= 0.11 && < 1.3 , transformers >= 0.3 && < 0.5 , shakespeare >= 2.0 && < 2.1- , aeson >= 0.8 && < 0.9+ , aeson >= 0.8 && < 0.10