haskell-unixutils (1.29) unstable; urgency=low

  * Added System.Unix.Crypt

 -- Jeremy Shaw <jeremy@seereason.com>  Mon, 06 Dec 2010 19:26:39 -0600

haskell-unixutils (1.28) unstable; urgency=low

  * Restrict the process package to versions less than 3, per
    Adam Bergmark.

 -- David Fox <dsf@seereason.com>  Fri, 19 Nov 2010 11:10:55 -0800

haskell-unixutils (1.27) unstable; urgency=low

  * Add System.Unix.ProcessExtra, a module that collects all the random
    ways that have evolved for running shell commands.
  * Use regex-tdfa instead of regex-posix
  * Use Control.Exception instead of Control.OldException.

 -- David Fox <dsf@seereason.com>  Wed, 21 Jul 2010 09:01:35 +0100

haskell-unixutils (1.26) unstable; urgency=low

  * In lazyRun, use Control.Concurrent.threadDelay instead of usleep

 -- David Fox <dsf@seereason.com>  Wed, 10 Feb 2010 11:39:36 -0800

haskell-unixutils (1.25) unstable; urgency=low

  * Call hSetBinaryMode on all the handles before reading to avoid errors
    from the Unicode decoder.
  * Fix the wait interval, so we double the waiting period each time we
    wait due to no file descriptors being ready, up to a limit of 100 ms.

 -- David Fox <dsf@seereason.com>  Tue, 26 Jan 2010 15:25:21 -0800

haskell-unixutils (1.24) unstable; urgency=low

  * Changes to use base 4 instead of 3.

 -- David Fox <dsf@seereason.com>  Sat, 02 Jan 2010 16:59:46 -0800

haskell-unixutils (1.23) unstable; urgency=low

  * Remove local postinst and postrm scripts, we want to use the ones that
    haskell-devscripts installs.

 -- David Fox <dsf@seereason.com>  Tue, 27 Jan 2009 09:38:27 -0800

haskell-unixutils (1.22) unstable; urgency=low

  * Use lazyCommand instead of readFile to read /proc/mounts to work
    around http://hackage.haskell.org/trac/ghc/ticket/2971

 -- David Fox <dsf@seereason.com>  Wed, 21 Jan 2009 09:25:54 -0800

haskell-unixutils (1.21) unstable; urgency=low

  * In ghc 6.10.1 the hWaitForInput function raises isEOFError, modify lazyRun
    to expect this.

 -- David Fox <dsf@seereason.com>  Sun, 18 Jan 2009 07:32:26 -0800

haskell-unixutils (1.20) unstable; urgency=low

  * Re-debianize using cabal-debian

 -- David Fox <dsf@seereason.com>  Thu, 15 Jan 2009 23:29:52 -0800

haskell-unixutils (1.19) unstable; urgency=low

  * Remove splitFilePath in favor of function in System.FilePath,
    add <++> to replace old +/+.

 -- David Fox <dsf@seereason.com>  Tue, 30 Sep 2008 08:29:33 -0700

haskell-unixutils (1.18) unstable; urgency=low

  * Use System.FilePath, the standard filepath module.

 -- David Fox <dsf@seereason.com>  Sun, 28 Sep 2008 07:30:07 -0700

haskell-unixutils (1.17) unstable; urgency=low

  * Modify System.Unix.Process to use lazy ByteStrings.

 -- David Fox <dsf@seereason.com>  Sun, 04 May 2008 11:18:15 -0700

haskell-unixutils (1.16) unstable; urgency=low

  * Rename Linspire.Unix modules to System.Unix.  Not sure if this is
    the best choice, but it seems better.
  * Move some functions from haskell-debian to Unix.Process.
  * Add the TIO module from haskell-debian.

 -- David Fox <dsf@seereason.com>  Sun, 02 Mar 2008 09:37:16 -0800

haskell-unixutils (1.15) unstable; urgency=low

  * Build dependency name changes: libghc6-regex-compat-doc -> haskell-regex-compat-doc

 -- David Fox <dsf@seereason.com>  Thu, 07 Feb 2008 05:41:44 -0800

haskell-unixutils (1.14) unstable; urgency=low

  * Added forceSymbolicLink

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Wed, 30 Jan 2008 10:59:42 -0800

haskell-unixutils (1.13) unstable; urgency=low

  * Add missing dependencies.

 -- David Fox <ddssff@gmail.com>  Mon, 21 Jan 2008 00:02:11 +0000

haskell-unixutils (1.12) unstable; urgency=low

  * Updated for ghc 6.8.2

 -- David Fox <ddssff@gmail.com>  Sun, 20 Jan 2008 18:02:46 +0000

haskell-unixutils (1.11) unstable; urgency=low

  * Build-Depend on -doc packages
  * Do not compress .haddock files

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Wed, 21 Nov 2007 11:54:01 -0800

haskell-unixutils (1.10) unstable; urgency=low

  * Added realpath

 -- Jeremy Shaw <jeremy.shaw@linspire.com>  Fri, 14 Sep 2007 16:00:34 -0700

haskell-unixutils (1.9) unstable; urgency=low

  * Added mkdtemp and withTemporaryDirectory

 -- Jeremy Shaw <jeremy.shaw@linspire.com>  Fri, 14 Sep 2007 15:21:46 -0700

haskell-unixutils (1.8) unstable; urgency=low

  * Add Process.outputOnly function, returns list of stdout and stderr
    text in the order they appeared.

 -- David Fox <ddssff@gmail.com>  Thu,  9 Aug 2007 07:07:13 -0700

haskell-unixutils (1.7) unstable; urgency=low

  * Add withWorkingDirectory function

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Fri, 20 Jul 2007 16:37:08 -0700

haskell-unixutils (1.6) unstable; urgency=low

  * Fix typo in Linspire.Unix.Process.stderrOnly function, it was returning
    stdout instead of stderr.

 -- David Fox <david.fox@linspire.com>  Sun, 13 May 2007 09:23:43 -0700

haskell-unixutils (1.5) unstable; urgency=low

  * Add Directory.find function.  Bumping version here because the
    name will collide with the function in Data.List, so it needs
    to be hidden by existing library clients.

 -- David Fox <david.fox@linspire.com>  Tue, 23 Jan 2007 16:49:32 -0500

haskell-unixutils (1.4) unstable; urgency=low

  * Rename return type of lazyRun et. al from Element to Output.

 -- David Fox <david.fox@linspire.com>  Mon,  1 Jan 2007 08:26:30 -0800

haskell-unixutils (1.3) unstable; urgency=low

  * Add functions to return a lazy list of process output.

 -- David Fox <david.fox@linspire.com>  Thu, 21 Dec 2006 07:07:09 -0800

haskell-unixutils (1.2) unstable; urgency=low

  * Migrate some functions from missingh and the autobuilder here.

 -- David Fox <david.fox@linspire.com>  Sat,  4 Nov 2006 10:38:33 -0500

haskell-unixutils (1.1) unstable; urgency=low

  * Added Progress and Misc modules.

 -- David Fox <david.fox@linspire.com>  Fri, 11 Aug 2006 08:51:05 -0700

haskell-unixutils (1.0-1) unstable; urgency=low

  * Initial Debian package.

 -- Jeremy Shaw <jeremy.shaw@linspireinc.com>  Tue, 25 Jul 2006 11:47:04 -0700

