From a44f20e62f682f1f3f3b37823b436f5b5dd90245 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Thu, 12 Oct 2006 19:11:34 +0000 Subject: Block older versions on ghc-6.6, latest version is fine. (Portage version: 2.1.1-r1) --- dev-haskell/haxml/ChangeLog | 6 +++++- dev-haskell/haxml/haxml-1.12.ebuild | 3 ++- dev-haskell/haxml/haxml-1.13-r1.ebuild | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'dev-haskell') diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog index 56be2079ce26..da27c156c579 100644 --- a/dev-haskell/haxml/ChangeLog +++ b/dev-haskell/haxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/haxml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.18 2006/10/11 19:01:57 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.19 2006/10/12 19:11:34 dcoutts Exp $ + + 12 Oct 2006; Duncan Coutts haxml-1.12.ebuild, + haxml-1.13-r1.ebuild: + Block older versions on ghc-6.6, latest version is fine. *haxml-1.13.2 (11 Oct 2006) diff --git a/dev-haskell/haxml/haxml-1.12.ebuild b/dev-haskell/haxml/haxml-1.12.ebuild index 643a3c45e3ac..83694fb00f46 100644 --- a/dev-haskell/haxml/haxml-1.12.ebuild +++ b/dev-haskell/haxml/haxml-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.6 2006/02/27 14:57:52 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.7 2006/10/12 19:11:34 dcoutts Exp $ inherit ghc-package fixheadtails @@ -20,6 +20,7 @@ IUSE="doc" # actually, >=ghc-5.02 should be ok # hugs and nhc98 are ok too, somebody might want to add support for them DEPEND=">=virtual/ghc-6.0 + !>=virtual/ghc-6.6 doc? ( >=dev-haskell/haddock-0.6-r2 )" S=${WORKDIR}/${MY_P} diff --git a/dev-haskell/haxml/haxml-1.13-r1.ebuild b/dev-haskell/haxml/haxml-1.13-r1.ebuild index d16f620c868e..760e507fc817 100644 --- a/dev-haskell/haxml/haxml-1.13-r1.ebuild +++ b/dev-haskell/haxml/haxml-1.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.9 2006/10/05 03:14:30 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.10 2006/10/12 19:11:34 dcoutts Exp $ CABAL_FEATURES="lib bin haddock" inherit base haskell-cabal @@ -21,6 +21,7 @@ IUSE="" # actually, >=ghc-5.02 should be ok (if not using cabal) # hugs and nhc98 are ok too, somebody might want to add support for them DEPEND=">=virtual/ghc-6.2 + !>=virtual/ghc-6.6 >=dev-haskell/cabal-1.1.3-r1" S=${WORKDIR}/${MY_P} -- cgit v1.2.3-65-gdbad