summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-03 05:54:03 +0000
committerMark Wright <gienah@gentoo.org>2014-07-03 05:54:03 +0000
commit6dc17d7eba0345801d2f507b429e725695222359 (patch)
treebd6325ba6245cc96b60c6726341e64e3b61255ed /dev-haskell/tasty-quickcheck
parentBump failure to 0.2.0.3 (diff)
downloadgentoo-2-6dc17d7eba0345801d2f507b429e725695222359.tar.gz
gentoo-2-6dc17d7eba0345801d2f507b429e725695222359.tar.bz2
gentoo-2-6dc17d7eba0345801d2f507b429e725695222359.zip
Bump tasty-quickcheck to 0.8.1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/tasty-quickcheck')
-rw-r--r--dev-haskell/tasty-quickcheck/ChangeLog7
-rw-r--r--dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-haskell/tasty-quickcheck/ChangeLog b/dev-haskell/tasty-quickcheck/ChangeLog
index e66752309ef6..2ab57157e2cf 100644
--- a/dev-haskell/tasty-quickcheck/ChangeLog
+++ b/dev-haskell/tasty-quickcheck/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/tasty-quickcheck
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/ChangeLog,v 1.2 2014/03/14 14:04:25 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/ChangeLog,v 1.3 2014/07/03 05:54:03 gienah Exp $
+
+*tasty-quickcheck-0.8.1 (03 Jul 2014)
+
+ 03 Jul 2014; Mark Wright <gienah@gentoo.org> +tasty-quickcheck-0.8.1.ebuild:
+ Bump tasty-quickcheck to 0.8.1
*tasty-quickcheck-0.8 (14 Mar 2014)
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild
new file mode 100644
index 000000000000..571793c9c212
--- /dev/null
+++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.1.ebuild,v 1.1 2014/07/03 05:54:03 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck support for the Tasty test framework."
+HOMEPAGE="http://hackage.haskell.org/package/tasty-quickcheck"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
+ dev-haskell/tagged:=[profile?]
+ >=dev-haskell/tasty-0.8:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"