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

  * Change the form value string format from fval[NNN] to f_NNN.

 -- David Fox <dsf@seereason.com>  Fri, 05 Mar 2010 17:01:58 -0800

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

  * New upstream release

 -- Jeremy Shaw <jeremy@seereason.com>  Wed, 10 Feb 2010 11:50:33 -0600

haskell-formlets (0.6.1-0.1) unstable; urgency=low

  * Merged seereason.com patches into upstream formlets remove-xml-monad
    branch

 -- Jeremy Shaw <jeremy@seereason.com>  Fri, 08 Jan 2010 09:59:38 -0600

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

  * Added generalInputMulti

 -- Jeremy Shaw <jeremy@seereason.com>  Tue, 18 Aug 2009 10:46:26 -0500

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

  * Move Markup typeclass into a separate module.

 -- David Fox <dsf@seereason.com>  Mon, 11 May 2009 10:20:57 -0700

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

  * Add a plug2 function that combines both the XML and value of two
    forms.
  * Change the signature of the radio function of the FormXML typeclass so
    that it returns [xml] instead of xml, so that later we can get at the
    xml for the individual radio buttons.
  * Rename the FormXML typeclass to the more evocative 'Markup'.

 -- David Fox <dsf@seereason.com>  Thu, 30 Apr 2009 08:45:13 -0700

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

  * Create a type class FormXML so we can pull common code into Text.Formlets.
  * Pull in changes from http://github.com/chriseidhof/formlets/tree/master

 -- David Fox <dsf@seereason.com>  Tue, 31 Mar 2009 11:22:08 -0700

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

  * Make File and ContentType instances of Data.

 -- David Fox <dsf@seereason.com>  Wed, 18 Mar 2009 10:03:52 -0700

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

  * Change type signature of select to return (Maybe a) instead of a,
    which happens when the element is disabled.

 -- David Fox <dsf@seereason.com>  Mon, 09 Mar 2009 15:21:52 -0700

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

  * Update dependencies for ghc 6.10.

 -- David Fox <dsf@seereason.com>  Mon, 26 Jan 2009 05:15:44 -0800

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

