diff options
-rw-r--r-- | dev-haskell/hmake/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hmake/hmake-3.11.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/hmake/hmake-3.13.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog index f8d470c72ec7..8a0136dd5e93 100644 --- a/dev-haskell/hmake/ChangeLog +++ b/dev-haskell/hmake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hmake -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.34 2007/12/13 18:03:54 dcoutts Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.35 2008/03/10 22:42:35 araujo Exp $ + + 10 Mar 2008; Luis F. Araujo <araujo@gentoo.org> hmake-3.11.ebuild, + hmake-3.13.ebuild: + 3.11 and 3.13 versions dont work with >=ghc6.8 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild, hmake-3.11.ebuild, hmake-3.13.ebuild: diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild index 160b89c4bdaa..c5ea41bc136d 100644 --- a/dev-haskell/hmake/hmake-3.11.ebuild +++ b/dev-haskell/hmake/hmake-3.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.12 2007/12/13 18:03:54 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.13 2008/03/10 22:42:35 araujo Exp $ inherit base eutils fixheadtails ghc-package @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ppc64 sparc x86" IUSE="" -DEPEND="dev-lang/ghc +DEPEND="!>=dev-lang/ghc-6.8 sys-libs/readline >=sys-apps/sandbox-1.2.12" RDEPEND="dev-lang/ghc diff --git a/dev-haskell/hmake/hmake-3.13.ebuild b/dev-haskell/hmake/hmake-3.13.ebuild index b65230c9b15e..9f5d769f6a5e 100644 --- a/dev-haskell/hmake/hmake-3.13.ebuild +++ b/dev-haskell/hmake/hmake-3.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.3 2007/12/13 18:03:54 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.4 2008/03/10 22:42:35 araujo Exp $ inherit base eutils ghc-package @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="dev-lang/ghc +DEPEND="!>=dev-lang/ghc-6.8 sys-libs/readline >=sys-apps/sandbox-1.2.12" RDEPEND="dev-lang/ghc |