public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
Date: Sat,  5 Nov 2016 23:23:26 +0000 (UTC)	[thread overview]
Message-ID: <1478388195.4ec488235e6b6fe029a0743477b5a99ce08de845.slyfox@gentoo> (raw)

commit:     4ec488235e6b6fe029a0743477b5a99ce08de845
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 23:21:37 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 23:23:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec48823

dev-haskell/monad-par: bump up to 0.3.4.8

Package-Manager: portage-2.3.2

 dev-haskell/monad-par/Manifest                 |  1 +
 dev-haskell/monad-par/monad-par-0.3.4.8.ebuild | 45 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-haskell/monad-par/Manifest b/dev-haskell/monad-par/Manifest
index b7b503a..85074d9 100644
--- a/dev-haskell/monad-par/Manifest
+++ b/dev-haskell/monad-par/Manifest
@@ -1 +1,2 @@
 DIST monad-par-0.3.4.7.tar.gz 30411 SHA256 23b8a68719b4c5848ce9a3381ce9efdc1c96677ba043a3ee74d99223343cc28a SHA512 eb9bd155589e9e7aea51e8b79f7fca20cfc8ac0dabf9c475fbbb312139311d567e1f19779247fd331c8242c93c9cefc1d52fca599c6444f90194d2a193182772 WHIRLPOOL 306063d25c5530f37781ec5e89ca0293216850d6c275d1ff668be36f1e91ea9495f9af1eaaaa3196353fab1774d1da101b946a4a44bf0f39a91e64049d68140c
+DIST monad-par-0.3.4.8.tar.gz 30583 SHA256 f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951 SHA512 6d2f6f571a3eef804e69ca892cf865bb169863d4fa97cad94cfb740925861b827fef14595c2edf235a8a60babdb854eecb87ff09bb798a6912edb7c3c6fe7027 WHIRLPOOL c757c92c8f73a21cfd995afafc35d15848adb5b96ecf50c04e57ef04419acc59a7728faee2f8eca9ef9bba2b247b41ffe6cf809063fc886829c57545dc2e0963

diff --git a/dev-haskell/monad-par/monad-par-0.3.4.8.ebuild b/dev-haskell/monad-par/monad-par-0.3.4.8.ebuild
new file mode 100644
index 00000000..0650eef
--- /dev/null
+++ b/dev-haskell/monad-par/monad-par-0.3.4.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+#hackport: flags: -newgeneric
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A library for parallel programming based on a monad"
+HOMEPAGE="https://github.com/simonmar/monad-par"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="chaselev"
+
+RDEPEND=">=dev-haskell/abstract-deque-0.1.4:=[profile?]
+	dev-haskell/abstract-par:=[profile?]
+	>=dev-haskell/monad-par-extras-0.3:=[profile?]
+	>=dev-haskell/mtl-2.0.1.0:=[profile?]
+	>=dev-haskell/mwc-random-0.11:=[profile?]
+	>=dev-haskell/parallel-3.1:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+	chaselev? ( dev-haskell/chaselev-deque:=[profile?] )
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.8
+	test? ( dev-haskell/hunit
+		dev-haskell/quickcheck
+		dev-haskell/test-framework
+		dev-haskell/test-framework-hunit
+		>=dev-haskell/test-framework-quickcheck2-0.3
+		dev-haskell/test-framework-th )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		$(cabal_flag chaselev chaselev) \
+		--flag=-newgeneric
+}


             reply	other threads:[~2016-11-05 23:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-05 23:23 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-14 19:39 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/ Sergei Trofimovich
2020-09-12 21:40 Sergei Trofimovich
2022-07-24 22:05 Sam James
2022-07-24 22:05 Sam James
2022-07-24 22:05 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478388195.4ec488235e6b6fe029a0743477b5a99ce08de845.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox