packages feed

reform-blaze 0.2.4.3 → 0.2.4.4

raw patch · 1 files changed

+5/−4 lines, 1 filesdep ~textPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: text

API changes (from Hackage documentation)

- 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.3+Version:             0.2.4.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/@@ -10,14 +10,15 @@ Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC Category:            Web Build-type:          Simple-Cabal-version:       >=1.6-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3+Cabal-version:       >=1.10+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.2  source-repository head     type:     git     location: https://github.com/Happstack/reform-blaze.git  Library+  Default-language:  Haskell2010   Exposed-modules:   Text.Reform.Blaze.Common                      Text.Reform.Blaze.String                      Text.Reform.Blaze.Text@@ -26,4 +27,4 @@                      blaze-markup >= 0.5 && < 0.9,                      blaze-html   >= 0.5 && < 0.10,                      reform       == 0.2.*,-                     text         >= 0.11 && < 1.3+                     text         >= 0.11 && < 2.1