diff options
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-1.0.ebuild')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild index 716a50de23cf..c433a5ebb626 100644 --- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.0.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/quickcheck/quickcheck-1.0.ebuild,v 1.10 2007/04/02 20:35:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.11 2007/04/29 19:10:46 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup |