diff options
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-1.0.ebuild')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild index 881c354fa2c3..878a7f90356b 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.12 2007/04/30 20:30:34 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.13 2007/10/31 13:09:55 dcoutts Exp $ inherit ghc-package @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4* - !>=virtual/ghc-6.6" +DEPEND="=dev-lang/ghc-6.4* + !>=dev-lang/ghc-6.6" pkg_setup () { ghc-package_pkg_setup |