alerts 0.1.2.0 → 0.1.3.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~blaze-htmldep ~textnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html, text
API changes (from Hackage documentation)
Files
- alerts.cabal +3/−3
alerts.cabal view
@@ -1,5 +1,5 @@ name: alerts-version: 0.1.2.0+version: 0.1.3.0 synopsis: Alert messages for web applications description: Alert messages for web applications: .@@ -31,8 +31,8 @@ other-modules: Web.Alert.Renderer.Common ghc-options: -Wall -fwarn-tabs build-depends: base >= 4.7 && < 5- , text >= 0.11 && < 2.0- , blaze-html+ , text >= 0.11 && < 2.2+ , blaze-html >= 0.9 && < 0.10 default-language: Haskell2010 source-repository head