haskell-extra (1.28) unstable; urgency=low

  * Add the URI module from AlgebraZam, which extends Network.URI to
    manage the uriQuery as a list of pairs.

 -- David Fox <dsf@seereason.com>  Sun, 02 Nov 2008 07:26:58 -0800

haskell-extra (1.27) unstable; urgency=low

  * Change the doc package name, change the doc package architecture from
    all to any.

 -- David Fox <dsf@seereason.com>  Sat, 20 Sep 2008 11:48:09 -0700

haskell-extra (1.26) unstable; urgency=low

  * Split "instance CIO IO" into a separate module so you can tell when
    you are lifting CIO stuff into IO, which results in no debugging output.

 -- David Fox <dsf@seereason.com>  Sat, 30 Aug 2008 07:17:08 -0700

haskell-extra (1.25) unstable; urgency=low

  * Moved Extra.Email to haskell-mime

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 19 Aug 2008 16:26:36 -0700

haskell-extra (1.24) unstable; urgency=low

  * Moved Extra.Help to haskell-help:Text.Help

 -- Jeremy Shaw <jeremy@n-heptane.com>  Fri, 25 Jul 2008 17:59:09 -0700

haskell-extra (1.23) unstable; urgency=low

  * Added Test.QUnit
  * Minor changes to Help example

 -- Jeremy Shaw <jeremy@n-heptane.com>  Thu, 17 Jul 2008 12:54:06 -0700

haskell-extra (1.22) unstable; urgency=low

  * Fix a sign error in the implementation of ev (effective verbosity) for
    the regular IO monad.

 -- David Fox <dsf@seereason.com>  Tue, 01 Jul 2008 10:32:43 -0700

haskell-extra (1.21) unstable; urgency=low

  * Split the TIO monad into a type class named CIO and a monad named TIO.
    All functions previously in the TIO monad can now be in any instance
    of CIO.  An instance for IO is provided.

 -- David Fox <dsf@seereason.com>  Sat, 28 Jun 2008 15:43:03 -0700

haskell-extra (1.20) unstable; urgency=low

  * New debianization by cabal-debian.

 -- David Fox <dsf@seereason.com>  Tue, 17 Jun 2008 17:09:21 -0700

haskell-extra (1.19) unstable; urgency=low

  * Add a sender argument to Extra.Email.sendEmails.

 -- David Fox <dsf@seereason.com>  Sat, 31 May 2008 23:15:24 +0000

haskell-extra (1.18) unstable; urgency=low

  * API changes in System.Unix.Process

 -- David Fox <dsf@seereason.com>  Mon, 05 May 2008 12:25:52 -0700

haskell-extra (1.17) unstable; urgency=low

  * Fix packaging in response to fixes in haskell-devscripts 0.6.10,
    it now removes .h files from the profiling packages.

 -- David Fox <dsf@seereason.com>  Sat, 29 Mar 2008 08:58:33 -0700

haskell-extra (1.16) unstable; urgency=low

  * Added TIO module

 -- David Fox <dsf@seereason.com>  Sun, 02 Mar 2008 10:17:45 -0800

haskell-extra (1.15) unstable; urgency=low

  * Remove workaround added in 1.14, we now have a fix for GHC ticket 2122.
    http://hackage.haskell.org/trac/ghc/ticket/2122

 -- David Fox <dsf@seereason.com>  Tue, 26 Feb 2008 09:30:37 -0800

haskell-extra (1.14) unstable; urgency=low

  * replaceFile needs to try writing the file several times, as it
    occasionally gets transient isAlreadyBusy errors.

 -- David Fox <dsf@seereason.com>  Mon, 25 Feb 2008 15:26:02 -0800

haskell-extra (1.13) unstable; urgency=low

  * Add a replaceFile, which removes a file and then rewrites it, and use
    it in various places.

 -- David Fox <dsf@seereason.com>  Mon, 25 Feb 2008 11:58:38 -0800

haskell-extra (1.12) unstable; urgency=low

  * Change some writeFile calls so text is evaluated before file is written.

 -- David Fox <dsf@seereason.com>  Mon, 25 Feb 2008 06:46:26 -0800

haskell-extra (1.11) unstable; urgency=low

  * Added wrapper around GetOpt that supports markup

 -- Jeremy Shaw <jeremy@n-heptane.com>  Fri, 22 Feb 2008 11:53:40 -0800

haskell-extra (1.10) unstable; urgency=low

  * Rewrite Lock.withLock function to catch exceptions.

 -- David Fox <dsf@seereason.com>  Wed, 20 Feb 2008 21:49:02 -0800

haskell-extra (1.9) unstable; urgency=low

  * Added forceRemoveLink
  * zipFile now breaks hardlinks

 -- Jeremy Shaw <jeremy@n-heptane.com>  Tue, 12 Feb 2008 17:10:16 -0800

haskell-extra (1.7) unstable; urgency=low

  * Add several functions to Extra.Either
  * Changes for ghc 6.8.2

 -- David Fox <ddssff@gmail.com>  Wed, 30 Jan 2008 11:40:15 -0800

haskell-extra (1.6) unstable; urgency=low

  * Major (incompatible) update to Extra.Help

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Thu, 10 Jan 2008 14:05:00 -0800

haskell-extra (1.5) unstable; urgency=low

  * Added Extra.Help -- functions for creating manpages and formatting
    --help text
  * New implementation of SSH module.

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Fri, 14 Dec 2007 16:22:12 -0800

haskell-extra (1.4) unstable; urgency=low

  * Depend on -doc packages
  * Do not compress .haddock file
  * Added: Extra.Exit, Extra.HaXml, Extra.HughesPJ

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Fri, 14 Dec 2007 13:37:53 -0800

haskell-extra (1.3) unstable; urgency=low

  * Improved version of SSH module.

 -- David Fox <ddssff@gmail.com>  Fri,  7 Dec 2007 10:00:30 -0800

haskell-extra (1.2) unstable; urgency=low

  * Added some extra modules, such as Extra.Terminal

 -- Jeremy Shaw <jeremy@n-heptane.com>  Thu,  4 Oct 2007 14:29:27 -0700

haskell-extra (1.1) unstable; urgency=low

  * Add read', a version of read that shows what it was trying
    to read when it failed.

 -- David Fox <ddssff@gmail.com>  Thu, 11 Oct 2007 19:31:56 +0000

haskell-extra (1.0) unstable; urgency=low

  * Initial Debian package.

 -- David Fox <ddssff@gmail.com>  Tue, 18 Sep 2007 09:11:47 -0700
