summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-07 20:31:14 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-07 20:31:14 +0000
commit10ab96b87d61e65285382fb49d58a972e5a7dada (patch)
treef5ba3f0f673b6f8692a149b41e7ac494844f57a9 /dev-haskell/missingh/missingh-0.16.0.ebuild
parentRemove version that won't make it to stable (diff)
downloadhistorical-10ab96b87d61e65285382fb49d58a972e5a7dada.tar.gz
historical-10ab96b87d61e65285382fb49d58a972e5a7dada.tar.bz2
historical-10ab96b87d61e65285382fb49d58a972e5a7dada.zip
Correct dep on quickcheck.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-haskell/missingh/missingh-0.16.0.ebuild')
-rw-r--r--dev-haskell/missingh/missingh-0.16.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/missingh/missingh-0.16.0.ebuild b/dev-haskell/missingh/missingh-0.16.0.ebuild
index 8645edd4d752..3b42fcc9decb 100644
--- a/dev-haskell/missingh/missingh-0.16.0.ebuild
+++ b/dev-haskell/missingh/missingh-0.16.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/missingh/missingh-0.16.0.ebuild,v 1.2 2007/04/30 09:19:14 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.16.0.ebuild,v 1.3 2007/07/07 20:31:14 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -18,7 +18,7 @@ S="${WORKDIR}/missingh"
DEPEND=">=virtual/ghc-6.4.2
>=dev-haskell/mtl-1.0
- >=dev-haskell/haskell-src-1.0
+ >=dev-haskell/quickcheck-1.0
>=dev-haskell/hunit-1.1
>=dev-haskell/network-1.0"