summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2003-12-17 17:58:42 +0000
committerAndres Loeh <kosmikus@gentoo.org>2003-12-17 17:58:42 +0000
commit196070d41a3803e5f85875517f0fa045e13d0622 (patch)
treef25a3ddb6cf0bc7c566a2426a17f02ce15907757 /dev-lang/ghc/ghc-6.0.1.ebuild
parentremoved some old versions; fixed 6.0.1 for haddock-0.6; added new ebuild for 6.2 (diff)
downloadgentoo-2-196070d41a3803e5f85875517f0fa045e13d0622.tar.gz
gentoo-2-196070d41a3803e5f85875517f0fa045e13d0622.tar.bz2
gentoo-2-196070d41a3803e5f85875517f0fa045e13d0622.zip
removed some old versions; fixed 6.0.1 for haddock-0.6; added new ebuild for 6.2
Diffstat (limited to 'dev-lang/ghc/ghc-6.0.1.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.0.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-6.0.1.ebuild b/dev-lang/ghc/ghc-6.0.1.ebuild
index 704f1f93450f..56136ee98697 100644
--- a/dev-lang/ghc/ghc-6.0.1.ebuild
+++ b/dev-lang/ghc/ghc-6.0.1.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.0.1.ebuild,v 1.3 2003/11/11 19:42:36 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.1.ebuild,v 1.4 2003/12/17 17:58:09 kosmikus Exp $
#Some explanation of bootstrap logic:
#
@@ -70,6 +70,9 @@ GHCPATH="${PATH}:/opt/ghc/bin"
src_unpack() {
base_src_unpack
+ # haddock-0.6 cannot parse Control/Monad.hs
+ patch -p0 < ${FILESDIR}/ghc-6.0.1.haddock.patch
+
# fix libraries/OpenGL/Makefile
cd ${S}
pushd libraries/OpenGL