summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:52:24 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:52:24 +0000
commitb2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3 (patch)
treed8928086455409240d85d67f850ee7750c2297f4 /dev-haskell/haxml/haxml-1.13-r1.ebuild
parentRemove unnecessary blocker. (diff)
downloadhistorical-b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3.tar.gz
historical-b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3.tar.bz2
historical-b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3.zip
Remove unnecessary blocker. Fix shell quoting.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/haxml/haxml-1.13-r1.ebuild')
-rw-r--r--dev-haskell/haxml/haxml-1.13-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-haskell/haxml/haxml-1.13-r1.ebuild b/dev-haskell/haxml/haxml-1.13-r1.ebuild
index 1d1775efa254..152e5842fb1b 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-2007 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.13 2007/10/31 12:59:40 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.14 2007/12/13 00:47:17 dcoutts Exp $
CABAL_FEATURES="lib bin profile haddock"
inherit base haskell-cabal
@@ -20,8 +20,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=">=dev-lang/ghc-6.2
- !>=dev-lang/ghc-6.6
+DEPEND="<dev-lang/ghc-6.6
>=dev-haskell/cabal-1.1.3-r1"
S=${WORKDIR}/${MY_P}