packages feed

yesod-form 0.4.2 → 0.4.2.1

raw patch · 2 files changed

+2/−2 lines, 2 filesnew-uploader

Files

Yesod/Form/Fields.hs view
@@ -173,7 +173,7 @@     }   where showVal = either id (pack . renderHtml) --- | A newtype wrapper around a 'String' that converts newlines to HTML+-- | A newtype wrapper around a 'Text' that converts newlines to HTML -- br-tags. newtype Textarea = Textarea { unTextarea :: Text }     deriving (Show, Read, Eq, PersistField)
yesod-form.cabal view
@@ -1,5 +1,5 @@ name:            yesod-form-version:         0.4.2+version:         0.4.2.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>