summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2005-03-23 19:52:25 +0000
committerAndres Loeh <kosmikus@gentoo.org>2005-03-23 19:52:25 +0000
commitc87664e83035cfc5ebbb48c11400882fea475a3b (patch)
tree28be2b606dfb8cd80a89c8db412658e4426ba68f /dev-haskell
parentUpstream enigmail tarball changed, md5sum broken. Copy new version to Gentoo (diff)
downloadgentoo-2-c87664e83035cfc5ebbb48c11400882fea475a3b.tar.gz
gentoo-2-c87664e83035cfc5ebbb48c11400882fea475a3b.tar.bz2
gentoo-2-c87664e83035cfc5ebbb48c11400882fea475a3b.zip
Clarified which versions of hmake work with which versions of ghc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hmake/ChangeLog6
-rw-r--r--dev-haskell/hmake/hmake-3.08.ebuild3
-rw-r--r--dev-haskell/hmake/hmake-3.09.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog
index e6dc9a9fe928..8bc7a370365c 100644
--- a/dev-haskell/hmake/ChangeLog
+++ b/dev-haskell/hmake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.13 2005/03/23 07:37:48 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.14 2005/03/23 19:52:25 kosmikus Exp $
+
+ 23 Mar 2005; Andres Loeh <kosmikus@gentoo.org> hmake-3.08.ebuild,
+ hmake-3.09.ebuild:
+ Clarified which versions of hmake work with which versions of ghc.
*hmake-3.10 (23 Mar 2005)
diff --git a/dev-haskell/hmake/hmake-3.08.ebuild b/dev-haskell/hmake/hmake-3.08.ebuild
index 8c4a32322f38..eb11700ac801 100644
--- a/dev-haskell/hmake/hmake-3.08.ebuild
+++ b/dev-haskell/hmake/hmake-3.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.08.ebuild,v 1.12 2005/01/21 10:34:58 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.08.ebuild,v 1.13 2005/03/23 19:52:25 kosmikus Exp $
inherit base fixheadtails
@@ -14,6 +14,7 @@ SLOT="0"
IUSE=""
DEPEND="virtual/ghc
+ !>=virtual/ghc-6.4
sys-libs/readline"
RDEPEND="sys-libs/readline
virtual/libc
diff --git a/dev-haskell/hmake/hmake-3.09.ebuild b/dev-haskell/hmake/hmake-3.09.ebuild
index 08ab4600b277..8984fa18d8c0 100644
--- a/dev-haskell/hmake/hmake-3.09.ebuild
+++ b/dev-haskell/hmake/hmake-3.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.09.ebuild,v 1.1 2005/03/08 23:03:12 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.09.ebuild,v 1.2 2005/03/23 19:52:25 kosmikus Exp $
inherit base fixheadtails
@@ -14,6 +14,7 @@ SLOT="0"
IUSE=""
DEPEND="virtual/ghc
+ !>=virtual/ghc-6.4
sys-libs/readline"
RDEPEND="sys-libs/readline
virtual/libc