packages feed

reform-hamlet 0.0.5.1 → 0.0.5.2

raw patch · 1 files changed

+6/−5 lines, 1 filesdep ~blaze-markupdep ~textPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: blaze-markup, text

API changes (from Hackage documentation)

- Text.Reform.Hamlet.Common: inputCheckbox :: (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error (HtmlUrl url) () Bool
+ Text.Reform.Hamlet.Common: inputCheckbox :: forall x error input m url. (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error (HtmlUrl url) () Bool
- Text.Reform.Hamlet.String: br :: (Monad m) => Form m input error (HtmlUrl url) () ()
+ Text.Reform.Hamlet.String: br :: Monad m => Form m input error (HtmlUrl url) () ()
- Text.Reform.Hamlet.String: form :: ToMarkup action => action -> [(Text, Text)] -> (HtmlUrl url) -> (HtmlUrl url)
+ Text.Reform.Hamlet.String: form :: ToMarkup action => action -> [(Text, Text)] -> HtmlUrl url -> HtmlUrl url
- Text.Reform.Hamlet.String: inputCheckbox :: (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error (HtmlUrl url) () Bool
+ Text.Reform.Hamlet.String: inputCheckbox :: forall x error input m url. (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error (HtmlUrl url) () Bool
- Text.Reform.Hamlet.Text: br :: (Monad m) => Form m input error (HtmlUrl url) () ()
+ Text.Reform.Hamlet.Text: br :: Monad m => Form m input error (HtmlUrl url) () ()
- Text.Reform.Hamlet.Text: form :: ToMarkup action => action -> [(Text, Text)] -> (HtmlUrl url) -> (HtmlUrl url)
+ Text.Reform.Hamlet.Text: form :: ToMarkup action => action -> [(Text, Text)] -> HtmlUrl url -> HtmlUrl url
- Text.Reform.Hamlet.Text: inputCheckbox :: (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error (HtmlUrl url) () Bool
+ Text.Reform.Hamlet.Text: inputCheckbox :: forall x error input m url. (Monad m, FormInput input, FormError error, ErrorInputType error ~ input) => Bool -> Form m input error (HtmlUrl url) () Bool

Files

reform-hamlet.cabal view
@@ -1,5 +1,5 @@ Name:                reform-hamlet-Version:             0.0.5.1+Version:             0.0.5.2 Synopsis:            Add support for using Hamlet with Reform Description:         Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Hamlet. Homepage:            http://www.happstack.com/@@ -10,19 +10,20 @@ Copyright:           2012 Jeremy Shaw, Jasper Van der Jeugt, 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-hamlet.git  Library+  Default-language:    Haskell2010   Exposed-modules:     Text.Reform.Hamlet.Common                        Text.Reform.Hamlet.String                        Text.Reform.Hamlet.Text   Build-depends:       base         > 4     && < 5,-                       blaze-markup > 0.5   && < 0.8,+                       blaze-markup > 0.5   && < 0.9,                        shakespeare  >= 2.0  && < 2.1,                        reform       == 0.2.*,-                       text         >= 0.11 && < 1.3+                       text         >= 0.11 && < 2.1