yesod-alerts 0.1.5.0 → 0.1.6.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~yesod-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod-core
API changes (from Hackage documentation)
Files
- yesod-alerts.cabal +2/−2
yesod-alerts.cabal view
@@ -1,5 +1,5 @@ name: yesod-alerts-version: 0.1.5.0+version: 0.1.6.0 synopsis: Alert messages for the Yesod framework description: Use the "alerts" package with the Yesod framework homepage: https://github.com/alx741/yesod-alerts#readme@@ -24,7 +24,7 @@ , alerts >= 0.1.3 && < 0.2 , text >= 0.11 && < 2.2 , safe >= 0.3.14 && < 0.4- , yesod-core >= 1.4.32 && < 1.7+ , yesod-core >= 1.4.32 && < 1.8 , blaze-html >= 0.9 && < 0.10 , blaze-markup >= 0.8 && < 0.9 ghc-options: -Wall -fwarn-tabs