diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2003-12-19 11:31:43 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2003-12-19 11:31:43 +0000 |
commit | 22f5538962fd745bc50b4b5d4b511f6f5bec5768 (patch) | |
tree | bd244f15c84710c2b2dc34968f52ba510a8c0e4a /dev-lang | |
parent | move to rpm eclass and eutils eclass to use rpm_src_unpack magic and epatch, ... (diff) | |
download | gentoo-2-22f5538962fd745bc50b4b5d4b511f6f5bec5768.tar.gz gentoo-2-22f5538962fd745bc50b4b5d4b511f6f5bec5768.tar.bz2 gentoo-2-22f5538962fd745bc50b4b5d4b511f6f5bec5768.zip |
ghc-6.2 needs haddock-0.6
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 17bee0b3269b..8310d9c64a34 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.23 2003/12/17 17:58:09 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.24 2003/12/19 11:31:31 kosmikus Exp $ + + 19 Dec 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.ebuild: + GHC 6.2 needs haddock-0.6 (bug #36108) *ghc-6.2 (17 Dec 2003) diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest index 3626d10655e8..b934e4a468d1 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -1,9 +1,9 @@ MD5 53cadcab720c08f0d03fced644adc7ce ghc-5.04.3.ebuild 4536 MD5 70fd3ed422514576f84000daa3c1313b ghc-5.04.3-r1.ebuild 7365 MD5 e6cb655b6e491861cde72bf8695c53eb ghc-6.0.ebuild 4282 -MD5 ca2f0047c9951098426376bc6157b9df ghc-6.2.ebuild 4788 +MD5 73b4376fc858fe01bdef6041ee76d685 ghc-6.2.ebuild 4788 MD5 eb902d291c43516728dc3b4e00834029 ghc-6.0.1.ebuild 4878 -MD5 fcd91abb52a8aad327cd1bc9f32495be ChangeLog 5775 +MD5 941c893b8250a4f7a83bc342f74c9de7 ChangeLog 5882 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 MD5 9da9270be8ac4d92d6a5c23fd519cc3c files/lndir.c 8050 MD5 9c184505ec441675c94d47a3110fa754 files/ghc-6.2.documentation.patch 721 diff --git a/dev-lang/ghc/ghc-6.2.ebuild b/dev-lang/ghc/ghc-6.2.ebuild index 6b34bfe5622e..c1f02ae897c1 100644 --- a/dev-lang/ghc/ghc-6.2.ebuild +++ b/dev-lang/ghc/ghc-6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.ebuild,v 1.1 2003/12/17 17:58:09 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.ebuild,v 1.2 2003/12/19 11:31:31 kosmikus Exp $ #Some explanation of bootstrap logic: # @@ -51,7 +51,7 @@ DEPEND="virtual/ghc >=app-text/sgml-common-0.6.3 =app-text/docbook-sgml-dtd-3.1-r1 >=app-text/docbook-dsssl-stylesheets-1.64 - >=dev-haskell/haddock-0.4 + >=dev-haskell/haddock-0.6 tetex? ( >=app-text/tetex-1.0.7 >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl |