summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 15:35:25 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 15:35:25 +0000
commit88327f59733a1378bb46bf48a614e9fbb45001e5 (patch)
tree8725973116bc636ac11471ca44fc9b077e259494 /dev-haskell
parentAdd wai-conduit (diff)
downloadgentoo-2-88327f59733a1378bb46bf48a614e9fbb45001e5.tar.gz
gentoo-2-88327f59733a1378bb46bf48a614e9fbb45001e5.tar.bz2
gentoo-2-88327f59733a1378bb46bf48a614e9fbb45001e5.zip
Bump threads to 0.5.1.2
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/threads/ChangeLog7
-rw-r--r--dev-haskell/threads/threads-0.5.1.2.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/threads/ChangeLog b/dev-haskell/threads/ChangeLog
index 3ff2a531233d..38f1725fff77 100644
--- a/dev-haskell/threads/ChangeLog
+++ b/dev-haskell/threads/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/threads
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/threads/ChangeLog,v 1.2 2014/02/21 19:57:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/threads/ChangeLog,v 1.3 2014/07/02 15:35:25 gienah Exp $
+
+*threads-0.5.1.2 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +threads-0.5.1.2.ebuild:
+ Bump threads to 0.5.1.2
*threads-0.5.1.1 (21 Feb 2014)
diff --git a/dev-haskell/threads/threads-0.5.1.2.ebuild b/dev-haskell/threads/threads-0.5.1.2.ebuild
new file mode 100644
index 000000000000..b196c03ca61b
--- /dev/null
+++ b/dev-haskell/threads/threads-0.5.1.2.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/threads/threads-0.5.1.2.ebuild,v 1.1 2014/07/02 15:35:25 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # UnicodeSyntax test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Fork threads and wait for their result"
+HOMEPAGE="https://github.com/basvandijk/threads"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test # UnicodeSyntax
+
+RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] <dev-haskell/base-unicode-symbols-0.3:=[profile?]
+ >=dev-haskell/stm-2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+"