packages feed

reform-blaze 0.2.4.1 → 0.2.4.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~blaze-htmlPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: blaze-html

API changes (from Hackage documentation)

- Text.Reform.Blaze.Common: inputCheckbox :: (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error Html () Bool
+ Text.Reform.Blaze.Common: inputCheckbox :: forall x error input m. (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error Html () Bool
- Text.Reform.Blaze.String: inputCheckbox :: (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error Html () Bool
+ Text.Reform.Blaze.String: inputCheckbox :: forall x error input m. (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error Html () Bool
- Text.Reform.Blaze.Text: inputCheckbox :: (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error Html () Bool
+ Text.Reform.Blaze.Text: inputCheckbox :: forall x error input m. (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error Html () Bool

Files

reform-blaze.cabal view
@@ -1,5 +1,5 @@ Name:                reform-blaze-Version:             0.2.4.1+Version:             0.2.4.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/@@ -22,8 +22,8 @@                      Text.Reform.Blaze.String                      Text.Reform.Blaze.Text -  Build-depends:     base         >4 && <5,+  Build-depends:     base         >4.5 && <5,                      blaze-markup >= 0.5 && < 0.8,-                     blaze-html   >= 0.5 && < 0.9,+                     blaze-html   >= 0.5 && < 0.10,                      reform       == 0.2.*,                      text         >= 0.11 && < 1.3