packages feed

formlets 0.4.4 → 0.4.5

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

Text/XHtml/Strict/Formlets.hs view
@@ -1,5 +1,6 @@ module Text.XHtml.Strict.Formlets ( input, textarea, password, file                                   , hidden, inputInteger, radio, enumRadio+                                  , selectRaw, select                                   , XHtmlForm                                   , module Text.Formlets                                   ) where
formlets.cabal view
@@ -1,5 +1,5 @@ Name:            formlets-Version:         0.4.4+Version:         0.4.5 Synopsis:        Formlets implemented in Haskell Description:     A modular way to build forms based on applicative functors, as                  described in: