diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2008-03-10 22:42:35 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2008-03-10 22:42:35 +0000 |
commit | 7ab0bae1e49740082b55cbc563942fc30274a8a2 (patch) | |
tree | 5e1b5def560f16edeb2acca6da1b4a1a72745184 /dev-haskell/hmake/hmake-3.11.ebuild | |
parent | Remove an old version and a stale patch (diff) | |
download | historical-7ab0bae1e49740082b55cbc563942fc30274a8a2.tar.gz historical-7ab0bae1e49740082b55cbc563942fc30274a8a2.tar.bz2 historical-7ab0bae1e49740082b55cbc563942fc30274a8a2.zip |
Latest two versions dont work with >=ghc6.8
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-haskell/hmake/hmake-3.11.ebuild')
-rw-r--r-- | dev-haskell/hmake/hmake-3.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild index 160b89c4bdaa..c5ea41bc136d 100644 --- a/dev-haskell/hmake/hmake-3.11.ebuild +++ b/dev-haskell/hmake/hmake-3.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.12 2007/12/13 18:03:54 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.13 2008/03/10 22:42:35 araujo Exp $ inherit base eutils fixheadtails ghc-package @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ppc64 sparc x86" IUSE="" -DEPEND="dev-lang/ghc +DEPEND="!>=dev-lang/ghc-6.8 sys-libs/readline >=sys-apps/sandbox-1.2.12" RDEPEND="dev-lang/ghc |