packages feed

yesod-alerts 0.1.3.0 → 0.1.4.0

raw patch · 2 files changed

+7/−6 lines, 2 filesdep ~alertsdep ~blaze-htmldep ~blaze-markupPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: alerts, blaze-html, blaze-markup, text, yesod-core

API changes (from Hackage documentation)

Files

README.md view
@@ -47,3 +47,4 @@ * Bootstrap v3 * Bootstrap v4 * Foundation v5+* Bulma
yesod-alerts.cabal view
@@ -1,5 +1,5 @@ name:                yesod-alerts-version:             0.1.3.0+version:             0.1.4.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@@ -21,12 +21,12 @@                      , Yesod.Alert.Foundation5                      , Yesod.Alert.Bulma   build-depends:       base >= 4.7 && < 5-                     , alerts >= 0.1.0.0 && < 0.2.0.0-                     , text >= 0.11 && < 2.0+                     , alerts >= 0.1.3 && < 0.2+                     , text >= 0.11 && < 2.2                      , safe >= 0.3.14 && < 0.4-                     , yesod-core >= 1.4.32-                     , blaze-html-                     , blaze-markup+                     , yesod-core >= 1.4.32 && < 1.7+                     , blaze-html >= 0.9 && < 0.10+                     , blaze-markup >= 0.8 && < 0.9   ghc-options:         -Wall -fwarn-tabs   default-language:    Haskell2010