diff options
author | 2006-10-12 19:11:34 +0000 | |
---|---|---|
committer | 2006-10-12 19:11:34 +0000 | |
commit | bfb020e11cfc74de236bcb246230881a7147a0bf (patch) | |
tree | 62aa7f4e87b0f67323227f7ce15fb201224e3c81 /dev-haskell/haxml/haxml-1.13-r1.ebuild | |
parent | Remove old revision and make current ones block on ghc-6.6 (diff) | |
download | historical-bfb020e11cfc74de236bcb246230881a7147a0bf.tar.gz historical-bfb020e11cfc74de236bcb246230881a7147a0bf.tar.bz2 historical-bfb020e11cfc74de236bcb246230881a7147a0bf.zip |
Block older versions on ghc-6.6, latest version is fine.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'dev-haskell/haxml/haxml-1.13-r1.ebuild')
-rw-r--r-- | dev-haskell/haxml/haxml-1.13-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} |