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/haxml/haxml-1.12.ebuild | |
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/haxml/haxml-1.12.ebuild')
-rw-r--r-- | dev-haskell/haxml/haxml-1.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} |