haskell-formlets (0.4.8-1) unstable; urgency=low

  * Add defaultResultInput, an alternative to optionalInput, for inputs
    that may not return anything.

 -- David Fox <dsf@seereason.com>  Wed, 14 Jan 2009 13:45:04 -0800

haskell-formlets (0.4.8-0) unstable; urgency=low

  * Upgrade to 0.4.8.

 -- David Fox <dsf@seereason.com>  Wed, 14 Jan 2009 08:51:05 -0800

haskell-formlets (0.4.7-3) unstable; urgency=low

  * Remove input'', instead add a Maybe String argument to input'
    providing the defaultResult of the form, the result used when
    no data from form appears in the result.  This is necessary
    for certain inputs such as checkboxes that don't always appear
    in the form result, or for inputs that might be disabled.

 -- David Fox <dsf@seereason.com>  Sat, 03 Jan 2009 07:01:19 -0800

haskell-formlets (0.4.7-2) unstable; urgency=low

  * Add a modified version of Text.Formlets.input' for checkboxes.
    It doesn't fail when the checkbox's name doesn't appear in the
    response, it just returns the empty string.

 -- David Fox <dsf@seereason.com>  Wed, 10 Dec 2008 13:01:50 -0800

haskell-formlets (0.4.7-1) unstable; urgency=low

  * Revert to version 0.4.5.

 -- David Fox <david@seereason.com>  Mon, 01 Dec 2008 15:12:08 -0800

haskell-formlets (0.4.7) unstable; urgency=low

  * Debianization generated by cabal-debian

 -- David Fox <dsf@seereason.com>  Sun, 23 Nov 2008 09:42:52 -0500

