diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-12 19:11:34 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-12 19:11:34 +0000 |
commit | a44f20e62f682f1f3f3b37823b436f5b5dd90245 (patch) | |
tree | d5962c0de08bf4fbd929cc8d17ab35564230ab8d /dev-haskell | |
parent | Remove old revision and make current ones block on ghc-6.6 (diff) | |
download | gentoo-2-a44f20e62f682f1f3f3b37823b436f5b5dd90245.tar.gz gentoo-2-a44f20e62f682f1f3f3b37823b436f5b5dd90245.tar.bz2 gentoo-2-a44f20e62f682f1f3f3b37823b436f5b5dd90245.zip |
Block older versions on ghc-6.6, latest version is fine.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/haxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/haxml/haxml-1.12.ebuild | 3 | ||||
-rw-r--r-- | dev-haskell/haxml/haxml-1.13-r1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
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 <dcoutts@gentoo.org> 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} |