packages feed

reform-blaze 0.1.1 → 0.1.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~blaze-htmlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-html

API changes (from Hackage documentation)

Files

reform-blaze.cabal view
@@ -1,5 +1,5 @@ Name:                reform-blaze-Version:             0.1.1+Version:             0.1.2 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/@@ -24,6 +24,6 @@    Build-depends:     base         >4 && <5,                      blaze-markup == 0.5.*,-                     blaze-html   == 0.5.*,+                     blaze-html   >= 0.5 && < 0.7,                      reform       == 0.1.*,                      text         == 0.11.*