diff options
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild new file mode 100644 index 000000000000..74444b0ffdbd --- /dev/null +++ b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild @@ -0,0 +1,23 @@ +# 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.1.0.0.ebuild,v 1.1 2007/12/20 02:38:20 dcoutts Exp $ + +CABAL_FEATURES="lib profile haddock" +CABAL_MIN_VERSION=1.2 +inherit base haskell-cabal + +MY_PN=QuickCheck +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="An automatic, specification based testing utility for Haskell programs" +HOMEPAGE="http://haskell.org/ghc/" +SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.6" + +S="${WORKDIR}/${MY_P}" |