packages feed

yesod-form 1.4.0.1 → 1.4.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Yesod/Form/Fields.hs view
@@ -193,9 +193,9 @@ textareaField :: Monad m => RenderMessage (HandlerSite m) FormMessage => Field m Textarea textareaField = Field     { fieldParse = parseHelper $ Right . Textarea-    , fieldView = \theId name attrs val _isReq -> toWidget [hamlet|+    , fieldView = \theId name attrs val isReq -> toWidget [hamlet| $newline never-<textarea id="#{theId}" name="#{name}" *{attrs}>#{either id unTextarea val}+<textarea id="#{theId}" name="#{name}" :isReq:required="" *{attrs}>#{either id unTextarea val} |]     , fieldEnctype = UrlEncoded     }
yesod-form.cabal view
@@ -1,5 +1,5 @@ name:            yesod-form-version:         1.4.0.1+version:         1.4.0.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>