summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-17 13:17:01 +0000
committerMark Wright <gienah@gentoo.org>2014-12-17 13:17:01 +0000
commit1cdeb499c73fbbc697951f4d5550e35950cc7b6a (patch)
tree4ddc6347bc5daf65e9f472a4761111765ac59eea /dev-haskell/tasty-smallcheck
parentUpdate email and removed proxy-maintainers herd (diff)
downloadgentoo-2-1cdeb499c73fbbc697951f4d5550e35950cc7b6a.tar.gz
gentoo-2-1cdeb499c73fbbc697951f4d5550e35950cc7b6a.tar.bz2
gentoo-2-1cdeb499c73fbbc697951f4d5550e35950cc7b6a.zip
Bump tasty-smallcheck to 0.8.0.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/tasty-smallcheck')
-rw-r--r--dev-haskell/tasty-smallcheck/ChangeLog7
-rw-r--r--dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.0.1.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/tasty-smallcheck/ChangeLog b/dev-haskell/tasty-smallcheck/ChangeLog
index a6d1b47858f3..438832553544 100644
--- a/dev-haskell/tasty-smallcheck/ChangeLog
+++ b/dev-haskell/tasty-smallcheck/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/tasty-smallcheck
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v 1.4 2014/07/25 09:16:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/ChangeLog,v 1.5 2014/12/17 13:17:01 gienah Exp $
+
+*tasty-smallcheck-0.8.0.1 (17 Dec 2014)
+
+ 17 Dec 2014; Mark Wright <gienah@gentoo.org> +tasty-smallcheck-0.8.0.1.ebuild:
+ Bump tasty-smallcheck to 0.8.0.1
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
tasty-smallcheck-0.2.ebuild, tasty-smallcheck-0.8.ebuild:
diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.0.1.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.0.1.ebuild
new file mode 100644
index 000000000000..6937b8daf795
--- /dev/null
+++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.0.1.ebuild,v 1.1 2014/12/17 13:17:01 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck support for the Tasty test framework"
+HOMEPAGE="http://documentup.com/feuerbach/tasty"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+ >=dev-haskell/smallcheck-1.0:=[profile?]
+ dev-haskell/tagged:=[profile?]
+ >=dev-haskell/tasty-0.8:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"