summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-04-14 08:43:24 +0000
committerMark Wright <gienah@gentoo.org>2012-04-14 08:43:24 +0000
commitd86c76e3ad614e20f7aa493261b70dcf2ba64eeb (patch)
tree043ffc34736444f5014a19f57996222023477d2d /dev-haskell/test-framework/test-framework-0.6.ebuild
parentAdd ~amd64-linux keyword. (diff)
downloadhistorical-d86c76e3ad614e20f7aa493261b70dcf2ba64eeb.tar.gz
historical-d86c76e3ad614e20f7aa493261b70dcf2ba64eeb.tar.bz2
historical-d86c76e3ad614e20f7aa493261b70dcf2ba64eeb.zip
Bump test-framework to 0.6
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/test-framework/test-framework-0.6.ebuild')
-rw-r--r--dev-haskell/test-framework/test-framework-0.6.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/test-framework/test-framework-0.6.ebuild b/dev-haskell/test-framework/test-framework-0.6.ebuild
new file mode 100644
index 000000000000..cce9e1c47c63
--- /dev/null
+++ b/dev-haskell/test-framework/test-framework-0.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.6.ebuild,v 1.1 2012/04/14 08:43:24 gienah Exp $
+
+# ebuild generated by hackport 0.2.17
+
+EAPI=4
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
+HOMEPAGE="http://batterseapower.github.com/test-framework/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-haskell/ansi-terminal-0.4.0[profile?]
+ >=dev-haskell/ansi-wl-pprint-0.5.1[profile?]
+ >=dev-haskell/hostname-1.0[profile?]
+ >=dev-haskell/random-1.0[profile?]
+ >=dev-haskell/regex-posix-0.72[profile?]
+ >=dev-haskell/time-1.1.2[profile?]
+ >=dev-haskell/xml-1.3.5[profile?]
+ >=dev-lang/ghc-6.10.4"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2.3"