# ChangeLog for dev-haskell/haddock
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.91 2012/06/02 03:36:51 gienah Exp $

*haddock-2.10.0-r1 (02 Jun 2012)

  02 Jun 2012; Mark Wright <gienah@gentoo.org>
  +files/haddock-2.10.0-dont-crash-on-unicode-strings-in-doc-comments.patch,
  +haddock-2.10.0-r1.ebuild:
  Apply patch from upstream: Don't crash on unicode strings in doc comments.

  25 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
  +files/haddock-2.10.0-drop-tools.patch, haddock-2.10.0.ebuild:
  Get rid of dev-haskell/happy and dev-haskell/alex depends (reported by judu).

  18 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
  +files/haddock-2.9.2-cabal-1.10.patch, haddock-2.9.2.ebuild:
  dev-haskell/haddock: restrict haddock down to cabal-1.10 (fails with 1.14)

  09 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
  +files/haddock-2.6.1-cabal-1.8.patch, haddock-2.6.1.ebuild:
  Fix build failure against system's cabal-1.10 (use cabal bundled with ghc).
  Fixes bug #383707 by Niklas Johansson and others.

*haddock-2.10.0 (06 Mar 2012)

  06 Mar 2012; Mark Wright <gienah@gentoo.org>
  -haddock-2.10.0_pre20120202.ebuild, +haddock-2.10.0.ebuild:
  Bump to 2.10.0, which is the same version included in ghc 7.4.1. Remove
  haddock-2.10.0_pre20120202, since the haddock 2.10.0 included in ghc 7.4.1 is
  now on hackage.

*haddock-2.10.0_pre20120202 (04 Mar 2012)

  04 Mar 2012; Mark Wright <gienah@gentoo.org> haddock-2.9.2.ebuild,
  +haddock-2.10.0_pre20120202.ebuild:
  Add haddock 2.10.0_pre20120202 that is included in ghc 7.4.1

*haddock-2.9.2 (03 Aug 2011)

  03 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +haddock-2.9.2.ebuild:
  Version bump (ghc-7 compatible).

  05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -haddock-0.8.ebuild,
  -haddock-0.9.ebuild, -haddock-2.4.1.ebuild:
  Removed old (needed ancient ghc and Cabal).

  05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
  restored lost ~x86-fbsd (we have ghc there now)

  25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> haddock-2.6.1.ebuild:
  ppc/ppc64 stable wrt #338652

  01 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
  sparc stable (bug #338652)

  19 Oct 2010; Thomas Kahle <tomka@gentoo.org> haddock-2.6.1.ebuild:
  x86 stable per bug 338652

  09 Oct 2010; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
  Restored ~alpha and ~ia64 keywords (now we have ghc-6.12.3 with exported
  API).

  26 Sep 2010; Markos Chandras <hwoarang@gentoo.org> haddock-2.6.1.ebuild:
  Stable on amd64 wrt bug #338652

  19 Sep 2010; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
  Restored ~sparc keyword.

  19 Sep 2010; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.4.1.ebuild,
  haddock-2.4.2.ebuild, haddock-2.6.1.ebuild:
  Make haddock usable on hardened. Disabled enforced memory protection (bug
  #299709).

  01 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
  Marked ~ppc. Thanks to Michael Mounteney (monty) for testing.

  01 Jul 2010; Jeroen Roovers <jer@gentoo.org> haddock-0.8.ebuild,
  haddock-0.9.ebuild, haddock-2.4.1.ebuild:
  Drop support for ghc and darcs.

  29 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.6.1.ebuild:
  Remove some keywords until those arches have ghc-6.12.3 keyworded.

*haddock-2.6.1 (13 Jun 2010)

  13 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> -haddock-2.6.0.ebuild,
  +haddock-2.6.1.ebuild:
  Version bump.

  31 May 2010; Joseph Jezak <josejx@gentoo.org> haddock-2.4.2.ebuild,
  haddock-2.6.0.ebuild:
  Marked ~ppc.

  30 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.1.ebuild,
  haddock-2.4.2.ebuild, files/haddock-2.4.2-Setup.hs:
  Change deps of 2.4.1 to only work with cabal-1.6*.
  For 2.4.2 we've patched so it workes with both cabal-1.6 and cabal-1.8.
  See bug #302489.

  30 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.2.ebuild:
  Change deps of 2.4.2, it only builds with cabal-1.6*. See bug #302489.

  28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.6.0.ebuild:
  Add dependencies alex and happy, see bug #302397.

*haddock-2.6.0 (26 Jan 2010)

  26 Jan 2010; <kolmodin@gentoo.org> +haddock-2.6.0.ebuild:
  Version bump the haddock version used by ghc 6.12.1.

  31 Oct 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.2.ebuild:
  Add keywords tested in the overlay.

  30 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.1.ebuild:
  Add ~ppc now that we have ghc 6.8.2 for that arch.

  29 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.1.ebuild:
  Update cabal dependency due to bundled ghc-paths, ghc-paths needs
  >=cabal-1.6.

  28 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.1.ebuild:
  Don't depend on dev-haskell/filepath to avoid circular dependency.
  dev-haskell/filepath is included in >=ghc-6.8.2 anyway, so we use it from
  core. See comments in ebuild.

*haddock-2.4.1 (23 Jul 2009)

  23 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> +haddock-2.4.1.ebuild:
  Version bump.

  23 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.2.ebuild:
  Relax deps, haddock works with dev-lang/ghc-6.10.4 too.

  15 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.2.ebuild:
  Haddock 2.4.2 supports ghc-6.10.3 too, update DEPEND.

  06 May 2009; Lennart Kolmodin <kolmodin@gentoo.org>
  +files/haddock-2.4.2-Setup.hs, haddock-2.4.2.ebuild:
  Hide dependency on filepath and bundle dependency on ghc-paths.
  This is to make it easier to install/upgrade haddock when you've just
  upgraded/installed ghc-6.10.
  Relevant bug #268248.

  26 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-0.8.ebuild,
  haddock-0.9.ebuild:
  Change deps so older haddock won't be used with ghc-6.10.

*haddock-2.4.2 (19 Apr 2009)

  19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +haddock-2.4.2.ebuild:
  Version bump. Depends on dev-lang/ghc-6.10.2, so it's currently masked for
  testing.

  04 Oct 2008; Raúl Porcel <armin76@gentoo.org> haddock-0.8.ebuild:
  alpha/ia64 stable

  02 Aug 2008; Lennart Kolmodin <kolmodin@gentoo.org> haddock-0.8.ebuild:
  inherit autotools. Spotted by dleverton.

  08 Jul 2008; Lennart Kolmodin <kolmodin@gentoo.org> haddock-0.8.ebuild:
  Change autoconf into eautoconf, and minor repoman fixes.

*haddock-0.9 (26 Jan 2008)

  26 Jan 2008; Duncan Coutts <dcoutts@gentoo.org> -haddock-0.7.ebuild,
  +haddock-0.9.ebuild:
  Add new version and remove old version which had some QA issues.

  13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> haddock-0.8.ebuild:
  Updates for upward compatability with cabal-1.2 and ghc-6.8

  12 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> haddock-0.7.ebuild:
  Remove unnecessary blocker.

  31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> haddock-0.7.ebuild,
  haddock-0.8.ebuild:
  Drop virtual/ghc in favour of dev-lang/ghc

  11 Aug 2007; Steve Dibb <beandog@gentoo.org> haddock-0.8.ebuild:
  amd64 stable, bug 186849

  30 Jul 2007; Markus Rothe <corsair@gentoo.org> haddock-0.8.ebuild:
  Stable on ppc64; bug #186849

  30 Jul 2007; Jeroen Roovers <jer@gentoo.org> haddock-0.8.ebuild:
  Stable for HPPA (bug #186849).

  30 Jul 2007; Ferris McCormick <fmccor@gentoo.org> haddock-0.8.ebuild:
  Sparc stable --- Bug #186849 --- all as expected.

  28 Jul 2007; nixnut <nixnut@gentoo.org> haddock-0.8.ebuild:
  Stable on ppc wrt bug 186849

  26 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> haddock-0.8.ebuild:
  Add ~x86-fbsd keyword.

  12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> haddock-0.7.ebuild:
  Block version 0.7 against ghc-6.6. Version 0.8 is ok with ghc-6.6

  12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org>
  -files/haddock-0.6-gcc3.4.patch, -haddock-0.6-r3.ebuild:
  Remove old version.

  12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> haddock-0.8.ebuild:
  Oops, did not mean to drop all the KEYWORDS

*haddock-0.8 (12 Oct 2006)

  12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> +haddock-0.8.ebuild:
  New version with a few nice new features

  28 Aug 2006; Jeroen Roovers <jer@gentoo.org> haddock-0.7.ebuild:
  Stable for HPPA (bug #140369).

  21 May 2006; Markus Rothe <corsair@gentoo.org> haddock-0.7.ebuild:
  Stable on ppc64

  27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> haddock-0.7.ebuild:
  Marked ~ia64

  23 Mar 2006; Chris White <chriswhite@gentoo.org> haddock-0.7.ebuild:
  Marked haddock-0.7 amd64/x86 stable for bug #126134.

  21 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> haddock-0.7.ebuild:
  Stable on sparc wrt #126134

  20 Mar 2006; <nixnut@gentoo.org> haddock-0.7.ebuild:
  Stable on ppc. Bug #126134

  13 Mar 2006; Jeroen Roovers <jer@gentoo.org> haddock-0.7.ebuild:
  Marked ~hppa (bug #125389).

  01 Mar 2006; Markus Rothe <corsair@gentoo.org> haddock-0.7.ebuild:
  Added ~ppc64; bug #88362

  10 Feb 2006; <dcoutts@gentoo.org> -haddock-0.6-r2.ebuild, haddock-0.7.ebuild:
  Marked ~alpha. Removed old haddock-0.6-r2 revision.

  12 Dec 2005; Luis f. Araujo <araujo@gentoo.org> haddock-0.7.ebuild:
  Removing java use flag, bug #107019

  19 Sep 2005; Luis F. Araujo <araujo@gentoo.org> haddock-0.7.ebuild:
  Fixed multilib inheritance

  19 Sep 2005; Luis F. Araujo <araujo@gentoo.org> haddock-0.6-r3.ebuild:
  Fixed multilib inheritance

  15 Sep 2005; Andres Loeh <kosmikus@gentoo.org> haddock-0.6-r2.ebuild,
  haddock-0.6-r3.ebuild, haddock-0.7.ebuild:
  Fail with an informative error message when haddock is merged before ghc due
  to a portage bug.

  01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> haddock-0.6-r3.ebuild:
  Stable on sparc

*haddock-0.7 (05 Aug 2005)

  05 Aug 2005; Andres Loeh <kosmikus@gentoo.org> +haddock-0.7.ebuild:
  New version.

  20 May 2005; <dcoutts@gentoo.org> haddock-0.6-r3.ebuild:
  Added ~sparc to KEYWORDS.

  10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> haddock-0.6-r3.ebuild:
  Stable on ppc.

  24 Mar 2005; Andres Loeh <kosmikus@gentoo.org> haddock-0.6-r3.ebuild:
  haddock-0.6-r3 works with ghc-6.4 now.

  23 Mar 2005; Andres Loeh <kosmikus@gentoo.org> haddock-0.6-r2.ebuild,
  haddock-0.6-r3.ebuild:
  haddock is currently blocked by ghc-6.4, and haddock-0.6-r3 now inherits
  ghc-package.eclass, hopefully fixing bug #86214.

  23 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> haddock-0.6-r2.ebuild,
  haddock-0.6-r3.ebuild:
  sparc needs deps first

  18 Nov 2004; Andres Loeh <kosmikus@gentoo.org> haddock-0.6-r3.ebuild:
  Can now be built on amd64 (bug #69830). Moved to ~amd64.

*haddock-0.6-r3 (21 Oct 2004)

  21 Oct 2004; Andres Loeh <kosmikus@gentoo.org> haddock-0.4.ebuild,
  haddock-0.5.ebuild, haddock-0.6-r1.ebuild, haddock-0.6-r3.ebuild,
  haddock-0.6.ebuild, files/haddock-0.4-ghc6.patch,
  files/haddock-0.6-gcc3.4.patch:
  Patched to build with gcc-3.4. Removed old versions.

  19 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> haddock-0.4.ebuild,
  haddock-0.5.ebuild, haddock-0.6-r1.ebuild, haddock-0.6-r2.ebuild,
  haddock-0.6.ebuild:
  Fixed missing dependencies; bug #68021.

  24 Sep 2004; <SeJo@gentoo.org> haddock-0.6-r2.ebuild:
  stable bump due to bug 59753

  02 Jun 2004; Aron Griffis <agriffis@gentoo.org> haddock-0.4.ebuild,
  haddock-0.5.ebuild, haddock-0.6-r1.ebuild, haddock-0.6-r2.ebuild,
  haddock-0.6.ebuild:
  Fix use invocation

  18 May 2004; Mamoru KOMACHI <usata@gentoo.org> haddock-0.4.ebuild,
  haddock-0.5.ebuild, haddock-0.6-r1.ebuild, haddock-0.6-r2.ebuild,
  haddock-0.6.ebuild:
  Changed app-text/tetex to virtual/tetex.

  25 Apr 2004; Aron Griffis <agriffis@gentoo.org> haddock-0.4.ebuild,
  haddock-0.5.ebuild, haddock-0.6-r1.ebuild, haddock-0.6-r2.ebuild,
  haddock-0.6.ebuild:
  Add die following econf for bug 48950

  23 Mar 2004; Matthieu Sozeau <mattam@gentoo.org> haddock-0.6-r2.ebuild:
  Added ~ppc keyword.

*haddock-0.6-r2 (22 Dec 2003)

  22 Dec 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.6-r1.ebuild,
  haddock-0.6-r2.ebuild:
  Another directory problem in haddock-0.6

*haddock-0.6-r1 (17 Dec 2003)

  17 Dec 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.6-r1.ebuild:
  Created -r1 to make sure everyone updates to the correct version.

  16 Dec 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.6.ebuild:
  Fixed ebuild: Library files now in correct position. Cleaned installation of
  docs a little bit.

*haddock-0.6 (12 Nov 2003)

  12 Nov 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.6.ebuild:
  Version bump.

*haddock-0.5 (28 Jul 2003)

  28 Jul 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.5.ebuild:
  Version bump. Fixes #23291, too.

  28 Jul 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.4.ebuild,
  files/haddock-0.4-ghc6.patch:
  Fixed bug #23291. Marked stable for x86.

  05 Jun 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.4.ebuild:
  fixed dependencies

*haddock-0.4 (21 May 2003)

  21 May 2003; Andres Loeh <kosmikus@gentoo.org> haddock-0.4.ebuild:
  Initial import. An ebuild has been submitted a long time ago
  already by Thomas L. Bevan <tom@regex.com.au>. Thanks for that.
  Haddock is a documentation tool for Haskell that is used by GHC
  itself to document most of its libraries.