packages feed

yesod-form 1.3.2.1 → 1.3.2.2

raw patch · 2 files changed

+3/−1 lines, 2 files

Files

Yesod/Form/Fields.hs view
@@ -437,6 +437,8 @@       "yes" -> Right $ Just True       "on" -> Right $ Just True       "no" -> Right $ Just False+      "true" -> Right $ Just True+      "false" -> Right $ Just False       t -> Left $ SomeMessage $ MsgInvalidBool t     showVal = either (\_ -> False) 
yesod-form.cabal view
@@ -1,5 +1,5 @@ name:            yesod-form-version:         1.3.2.1+version:         1.3.2.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>