diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2007-10-14 08:49:04 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2007-10-14 08:49:04 +0000 |
commit | 6582ae6005049e67bea2904a7bf02ee554990161 (patch) | |
tree | bdb41fe6c45876638b5d03b400de7c6cf7b38d02 /dev-haskell/happy | |
parent | stable x86, bug 189672 (diff) | |
download | gentoo-2-6582ae6005049e67bea2904a7bf02ee554990161.tar.gz gentoo-2-6582ae6005049e67bea2904a7bf02ee554990161.tar.bz2 gentoo-2-6582ae6005049e67bea2904a7bf02ee554990161.zip |
Specify dependencies more precisely for happy-1.16
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index d64d4fe749a6..07ea467e2e78 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.30 2007/08/11 15:37:58 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.31 2007/10/14 08:49:04 kolmodin Exp $ + + 14 Oct 2007; Lennart Kolmodin <kolmodin@gentoo.org> happy-1.16.ebuild: + Specify exactly which cabal versions that are supported, as happy-1.16 + doesn't build with Cabal 1.2.0. 11 Aug 2007; Steve Dibb <beandog@gentoo.org> happy-1.16.ebuild: amd64 stable, bug 186849 diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild index 4d1e9675c861..a9a1da6ef0b1 100644 --- a/dev-haskell/happy/happy-1.16.ebuild +++ b/dev-haskell/happy/happy-1.16.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/happy/happy-1.16.ebuild,v 1.9 2007/08/11 15:37:58 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.10 2007/10/14 08:49:04 kolmodin Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" IUSE="doc" DEPEND=">=virtual/ghc-6.4 - >=dev-haskell/cabal-1.1.6.1 + || ( =dev-haskell/cabal-1.1.6.1 =dev-haskell/cabal-1.1.6.2 ) doc? ( ~app-text/docbook-xml-dtd-4.2 app-text/docbook-xsl-stylesheets )" RDEPEND="" |