reform-blaze 0.2.3 → 0.2.4
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~blaze-htmldep ~blaze-markupPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html, blaze-markup
API changes (from Hackage documentation)
Files
- reform-blaze.cabal +5/−5
reform-blaze.cabal view
@@ -1,5 +1,5 @@ Name: reform-blaze-Version: 0.2.3+Version: 0.2.4 Synopsis: Add support for using blaze-html with Reform Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with blaze-html. Homepage: http://www.happstack.com/@@ -13,9 +13,9 @@ Cabal-version: >=1.6 source-repository head- type: darcs+ type: git subdir: reform-blaze- location: http://hub.darcs.net/stepcut/reform+ location: https://github.com/Happstack/reform.git Library Exposed-modules: Text.Reform.Blaze.Common@@ -23,7 +23,7 @@ Text.Reform.Blaze.Text Build-depends: base >4 && <5,- blaze-markup >= 0.5 && < 0.7,- blaze-html >= 0.5 && < 0.8,+ blaze-markup >= 0.5 && < 0.8,+ blaze-html >= 0.5 && < 0.9, reform == 0.2.*, text >= 0.11 && < 1.3