packages feed

reform-blaze 0.2.4 → 0.2.4.1

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Text.Reform.Blaze.Common: instance ToValue FormId
+ Text.Reform.Blaze.Common: instance Text.Blaze.ToValue Text.Reform.Result.FormId
- Text.Reform.Blaze.Common: br :: Monad m => Form m input error Html () ()
+ Text.Reform.Blaze.Common: br :: (Monad m) => Form m input error Html () ()
- Text.Reform.Blaze.Common: form :: ToValue action => action -> [(Text, Text)] -> Html -> Html
+ Text.Reform.Blaze.Common: form :: (ToValue action) => action -> [(Text, Text)] -> Html -> Html
- Text.Reform.Blaze.String: br :: Monad m => Form m input error Html () ()
+ Text.Reform.Blaze.String: br :: (Monad m) => Form m input error Html () ()
- Text.Reform.Blaze.String: form :: ToValue action => action -> [(Text, Text)] -> Html -> Html
+ Text.Reform.Blaze.String: form :: (ToValue action) => action -> [(Text, Text)] -> Html -> Html
- Text.Reform.Blaze.Text: br :: Monad m => Form m input error Html () ()
+ Text.Reform.Blaze.Text: br :: (Monad m) => Form m input error Html () ()
- Text.Reform.Blaze.Text: form :: ToValue action => action -> [(Text, Text)] -> Html -> Html
+ Text.Reform.Blaze.Text: form :: (ToValue action) => action -> [(Text, Text)] -> Html -> Html

Files

reform-blaze.cabal view
@@ -1,5 +1,5 @@ Name:                reform-blaze-Version:             0.2.4+Version:             0.2.4.1 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/@@ -11,11 +11,11 @@ Category:            Web Build-type:          Simple Cabal-version:       >=1.6+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3  source-repository head     type:     git-    subdir:   reform-blaze-    location: https://github.com/Happstack/reform.git+    location: https://github.com/Happstack/reform-blaze.git  Library   Exposed-modules:   Text.Reform.Blaze.Common