haskell-hsh (2.1.2-7) unstable; urgency=medium

  * Patch in order to work with newer versions of
    process (Closes: #847158).

 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com>  Wed, 07 Dec 2016 19:04:41 +0200

haskell-hsh (2.1.2-6) unstable; urgency=medium

  * Upload to unstable as part of GHC 8 transition.

 -- Clint Adams <clint@debian.org>  Thu, 27 Oct 2016 18:34:13 -0400

haskell-hsh (2.1.2-5) experimental; urgency=medium

  * Build with newer versions of directory.

 -- Clint Adams <clint@debian.org>  Wed, 19 Oct 2016 19:46:39 -0400

haskell-hsh (2.1.2-4) experimental; urgency=medium

  [ Dmitry Bogatov ]
  * Use secure (https) uri in Vcs-Git field in 'debian/control'
  * Bump standards version to 3.9.8 (no changes needed)

  [ Clint Adams ]
  * Temporarily build-depend on ghc 8.

 -- Clint Adams <clint@debian.org>  Sun, 16 Oct 2016 14:16:20 -0400

haskell-hsh (2.1.2-3) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <clint@debian.org>  Thu, 03 Dec 2015 14:54:35 -0500

haskell-hsh (2.1.2-2) experimental; urgency=medium

  * Depend on haskell-devscripts >= 0.10 to ensure that this package
    builds against GHC in experimental

 -- Joachim Breitner <nomeata@debian.org>  Thu, 20 Aug 2015 10:27:51 +0200

haskell-hsh (2.1.2-1) unstable; urgency=medium

  * New upstream release (Closes: #795607)

 -- Joachim Breitner <nomeata@debian.org>  Sun, 16 Aug 2015 10:35:20 +0200

haskell-hsh (2.1.0-5) unstable; urgency=medium

  * Rebuild due to haskell-devscripts bug affecting the previous

 -- Joachim Breitner <nomeata@debian.org>  Tue, 28 Apr 2015 23:58:40 +0200

haskell-hsh (2.1.0-4) unstable; urgency=medium

  * Upload to unstable

 -- Joachim Breitner <nomeata@debian.org>  Mon, 27 Apr 2015 11:50:36 +0200

haskell-hsh (2.1.0-3) experimental; urgency=low

  * Adjust watch file to new hackage layout
  * This no longer supports -f-threaded, it seems
  * Depend on haskell-devscripts 0.9, found in experimental

 -- Joachim Breitner <nomeata@debian.org>  Sat, 20 Dec 2014 17:10:55 +0100

haskell-hsh (2.1.0-2) unstable; urgency=low

  * Enable compat level 9
  * Bump standards version to 3.9.4

 -- Joachim Breitner <nomeata@debian.org>  Fri, 24 May 2013 12:50:59 +0200

haskell-hsh (2.1.0-1) experimental; urgency=low

  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
    against experimental
  * Change Vcs headers to Darcs
  * Add watch file
  * New upstream release
  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Thu, 07 Feb 2013 21:39:37 +0100

haskell-hsh (2.0.3-6) unstable; urgency=low

  * Sourceful upload to rebuild documentation package

 -- Joey Hess <joeyh@debian.org>  Mon, 27 Feb 2012 19:37:21 -0400

haskell-hsh (2.0.3-5) unstable; urgency=low

  * Fix detection of threaded runtime (include hlibrary.mk first!)

 -- Joachim Breitner <nomeata@debian.org>  Sat, 04 Jun 2011 22:31:50 +0200

haskell-hsh (2.0.3-4) unstable; urgency=low

  * [482498f] s/ghc6/ghc/
  * [4295e79] Standards-Version → 3.9.2, no changes required
  * [9b4826d] Use haskell substvars
  * [01f9b9f] Add -prof package
  * [fd18206] Remove unnecessary debian/dirs file
  * [1d409fc] Add -doc package
  * [9df42f2] BD on backport-safe versions

 -- Iain Lane <laney@debian.org>  Mon, 30 May 2011 23:23:33 +0100

haskell-hsh (2.0.3-3) unstable; urgency=low

  * Add threaded flag to cabal file and implement logic in debian/rules to
    detect whether a threaded runtime is available at build time. (Closes:
    #542842)

 -- Joachim Breitner <nomeata@debian.org>  Fri, 07 May 2010 19:44:27 +0200

haskell-hsh (2.0.3-2) unstable; urgency=low

  [ Erik de Castro Lopo ]
  * NMU upload ok-ed by regular maintainer.
  * debian/rules
    - Convert to hlibrary.mk (dh_haskell was removed to haskell-devscripts).
  * debian/control
    - Depend on haskell-devscripts >= 0.6.18.
    - Move Build-Depends-Indeps to Build-Depends.
    - Add hscolour to build deps.
    - Standards-Version 3.8.3
    - Section haskell.
   * debian/compat
    - Version 5

  [ John Goerzen ]
  * Rebuild with GHC 6.12.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 19 Feb 2010 10:26:33 -0600

haskell-hsh (2.0.3-1) unstable; urgency=low

  * New upstream version fixes a hang condition in some situations.
  * Added build-dep on utf8-string.  Closes: #536679.
  * Rebuilt with newer GHC.  Closes: #525480.
  * Switched to Haskell team maintenance.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 20 Aug 2009 08:40:48 -0500

haskell-hsh (2.0.0-1) unstable; urgency=low

  * New upstream release:
    + Core completely re-implemented in terms of System.Process instead
      of the POSIX-specific routines.  Significant reduction in
      code size and complexity.  Better compatibility.
    + Simplify and rework several ShellEquivs functions.
    + Eliminate ShellEquivs functions no longer needed: teeBS, teeFIFOBS,
      catToBS, catToFIFOBS, catFromBS.
    + Drop (>|-) operator -- no longer useful
  * Rebuild with newer GHC.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 03 Jun 2009 21:28:05 -0500

haskell-hsh (1.2.6.3) unstable; urgency=low

  * Rebuild with newer libs.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 11 Dec 2008 09:15:40 -0600

haskell-hsh (1.2.6.2) unstable; urgency=low

  * Rebuild with newer MissingH and hslogger.  Closes: #429708.
  * Use dh_haskell_depends in debian/rules to permanently help fix this problem.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 05 Dec 2008 14:13:58 -0600

haskell-hsh (1.2.6.1) unstable; urgency=low

  * Rebuild with newer MissingH.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 23 Apr 2008 02:57:01 -0500

haskell-hsh (1.2.6.0) unstable; urgency=low

  * Now support ByteString for many operations.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 10 Apr 2008 17:47:34 -0500

haskell-hsh (1.2.5.2) unstable; urgency=low

  * Rebuild against newer hslogger.  Closes: #468961.

 -- John Goerzen <jgoerzen@complete.org>  Sun, 02 Mar 2008 11:29:56 -0600

haskell-hsh (1.2.5.1) unstable; urgency=low

  * Rebuild wiht newer regexp.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 15 Feb 2008 06:43:18 -0600

haskell-hsh (1.2.5.0) unstable; urgency=low

  * Updates for GHC 6.8 and 6.8 libs.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 11 Jan 2008 03:59:19 -0600

haskell-hsh (1.2.4) unstable; urgency=low

  * Rebuild for newer libs.  Closes: #429708, #432448, #430016.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 12 Jul 2007 03:21:30 -0500

haskell-hsh (1.2.3) unstable; urgency=low

  * Rebuild with newer GHC.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 06 Jun 2007 06:52:20 -0500

haskell-hsh (1.2.2) unstable; urgency=low

  * Rebuild for newer MissingH.  Closes: #421452.
  * Rebuild for newer FilePath.  Closes: #419194.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 03 May 2007 19:57:14 -0500

haskell-hsh (1.2.1) unstable; urgency=low

  * Rebuild for newer MissingH.

 -- John Goerzen <jgoerzen@complete.org>  Thu,  8 Mar 2007 14:31:13 -0600

haskell-hsh (1.2.0) unstable; urgency=low

  * Renamed catFromS to echo.
  * New commands mkdir, glob, bracketCD

 -- John Goerzen <jgoerzen@complete.org>  Sat,  3 Mar 2007 08:20:48 -0600

haskell-hsh (1.1.0) unstable; urgency=low

  * Bumping version number (should have in 1.0.1 due to API change)
  * New ShellEquivs commands: appendTo, exit
  * New Commands helpers: runIO, runSL
  * Fixes to readlink, readlinkabs

 -- John Goerzen <jgoerzen@complete.org>  Sat,  3 Mar 2007 08:06:20 -0600

haskell-hsh (1.0.1) unstable; urgency=low

  * New class to handle the different ways of invoking run.
  * Many new ways to get results back.

 -- John Goerzen <jgoerzen@complete.org>  Thu,  1 Mar 2007 17:41:00 -0600

haskell-hsh (1.0.0) unstable; urgency=low

  * Initial release.  Closes: #413017.

 -- John Goerzen <jgoerzen@complete.org>  Thu,  1 Mar 2007 03:00:56 -0600
