haskell-extra (1.43) unstable; urgency=low * Changed signatures of withLock and awaitLock functions. They used to return m (Either Exception a), now they just return m a and re-throw the exception if it occurs. -- David Fox Wed, 22 Feb 2012 09:02:02 -0800 haskell-extra (1.42) unstable; urgency=low * Changes for unixutils 1.31. -- David Fox Mon, 27 Dec 2010 05:29:43 -0800 haskell-extra (1.41) unstable; urgency=low * Changes for unixutils 1.30. -- David Fox Sun, 26 Dec 2010 09:08:01 -0800 haskell-extra (1.40) unstable; urgency=low * Eliminate use of OldException. -- David Fox Fri, 19 Feb 2010 09:07:48 -0800 haskell-extra (1.39) unstable; urgency=low * Updated to QuickCheck 2 * Added Extra.Lists.lookups :: (Eq a) => a -> [(a, b)] -> [b] -- Jeremy Shaw Mon, 04 Jan 2010 15:36:21 -0600 haskell-extra (1.38) unstable; urgency=low * Use Codec.Compression.GZip and Bzip to implement writeAndZipFileWithBackup -- David Fox Sat, 02 Jan 2010 12:23:09 -0800 haskell-extra (1.37) unstable; urgency=low * Changes for ghc 6.12. -- David Fox Tue, 29 Dec 2009 22:36:26 -0800 haskell-extra (1.36) unstable; urgency=low * IOThread: handle case where the thread function throws an IOException -- Jeremy Shaw Tue, 22 Sep 2009 17:00:24 -0500 haskell-extra (1.35) unstable; urgency=low * Add Extra.URIQuery. -- David Fox Sun, 30 Aug 2009 04:25:38 -1000 haskell-extra (1.34) unstable; urgency=low * Added IOTheard -- Jeremy Shaw Tue, 21 Jul 2009 15:11:18 -0500 haskell-extra (1.33) unstable; urgency=low * Removed Extra.HaXml from .cabal and debian/control to ease getting Debian library into debian -- Jeremy Shaw Thu, 25 Jun 2009 14:31:51 -0500 haskell-extra (1.32) unstable; urgency=low * Added Test.QuickCheck.Properties.isIdempotent -- Jeremy Shaw Thu, 14 May 2009 11:22:46 -0500 haskell-extra (1.31) unstable; urgency=low * Fix definition of Extra.URI.escapeURIForQueryValue (and export) -- David Fox Wed, 22 Apr 2009 10:13:15 -0700 haskell-extra (1.30) unstable; urgency=low * Added some upper bounds on HaXml and QuickCheck in .cabal -- Jeremy Show Mon, 23 Mar 2009 18:51:01 -0500 haskell-extra (1.29) unstable; urgency=low * Changes for ghc 6.10. -- David Fox Tue, 20 Jan 2009 12:43:11 -0800 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 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 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 Sat, 30 Aug 2008 07:17:08 -0700 haskell-extra (1.25) unstable; urgency=low * Moved Extra.Email to haskell-mime -- Jeremy Shaw 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 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 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 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 Sat, 28 Jun 2008 15:43:03 -0700 haskell-extra (1.20) unstable; urgency=low * New debianization by cabal-debian. -- David Fox 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 Sat, 31 May 2008 23:15:24 +0000 haskell-extra (1.18) unstable; urgency=low * API changes in System.Unix.Process -- David Fox 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 Sat, 29 Mar 2008 08:58:33 -0700 haskell-extra (1.16) unstable; urgency=low * Added TIO module -- David Fox 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 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 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 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 Mon, 25 Feb 2008 06:46:26 -0800 haskell-extra (1.11) unstable; urgency=low * Added wrapper around GetOpt that supports markup -- Jeremy Shaw Fri, 22 Feb 2008 11:53:40 -0800 haskell-extra (1.10) unstable; urgency=low * Rewrite Lock.withLock function to catch exceptions. -- David Fox Wed, 20 Feb 2008 21:49:02 -0800 haskell-extra (1.9) unstable; urgency=low * Added forceRemoveLink * zipFile now breaks hardlinks -- Jeremy Shaw 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 Wed, 30 Jan 2008 11:40:15 -0800 haskell-extra (1.6) unstable; urgency=low * Major (incompatible) update to Extra.Help -- Jeremy Shaw 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 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 Fri, 14 Dec 2007 13:37:53 -0800 haskell-extra (1.3) unstable; urgency=low * Improved version of SSH module. -- David Fox 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 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 Thu, 11 Oct 2007 19:31:56 +0000 haskell-extra (1.0) unstable; urgency=low * Initial Debian package. -- David Fox Tue, 18 Sep 2007 09:11:47 -0700