summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-11-18 03:45:03 +0000
committerMark Wright <gienah@gentoo.org>2012-11-18 03:45:03 +0000
commitbc7646d8142ca8bc2938b9279873bb042c3b10ab (patch)
tree5ff14f981197c503a419192e5c978e4e325a0abf /dev-haskell/test-framework-quickcheck2
parentBump test-framework to 0.6.1 (diff)
downloadgentoo-2-bc7646d8142ca8bc2938b9279873bb042c3b10ab.tar.gz
gentoo-2-bc7646d8142ca8bc2938b9279873bb042c3b10ab.tar.bz2
gentoo-2-bc7646d8142ca8bc2938b9279873bb042c3b10ab.zip
Bump test-framework-quickcheck2 to 0.2.12.3
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/test-framework-quickcheck2')
-rw-r--r--dev-haskell/test-framework-quickcheck2/ChangeLog8
-rw-r--r--dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/test-framework-quickcheck2/ChangeLog b/dev-haskell/test-framework-quickcheck2/ChangeLog
index 8f72989098ed..3b38de6a9012 100644
--- a/dev-haskell/test-framework-quickcheck2/ChangeLog
+++ b/dev-haskell/test-framework-quickcheck2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/test-framework-quickcheck2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.15 2012/09/25 14:17:53 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.16 2012/11/18 03:45:03 gienah Exp $
+
+*test-framework-quickcheck2-0.2.12.3 (18 Nov 2012)
+
+ 18 Nov 2012; Mark Wright <gienah@gentoo.org>
+ +test-framework-quickcheck2-0.2.12.3.ebuild:
+ Bump test-framework-quickcheck2 to 0.2.12.3
25 Sep 2012; Andreas Schuerch <nativemad@gentoo.org>
test-framework-quickcheck2-0.2.12.2.ebuild:
diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild
new file mode 100644
index 000000000000..f0b41adbaf65
--- /dev/null
+++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild
@@ -0,0 +1,29 @@
+# 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-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild,v 1.1 2012/11/18 03:45:03 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck2 support for the test-framework package."
+HOMEPAGE="http://batterseapower.github.com/test-framework/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?]
+ <dev-haskell/extensible-exceptions-0.2.0:=[profile?]
+ >=dev-haskell/quickcheck-2.4:=[profile?]
+ <dev-haskell/quickcheck-2.6:=[profile?]
+ >=dev-haskell/random-1:=[profile?]
+ >=dev-haskell/test-framework-0.6:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2.3"