public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
@ 2016-11-05 23:23 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2016-11-05 23:23 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
@ 2019-12-14 19:39 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2019-12-14 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e36cd84d232a2b23a2bb7f993f06bec13f09d2b6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 19:33:40 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 19:39:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36cd84d

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

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/dev-haskell/monad-par/Manifest b/dev-haskell/monad-par/Manifest
index 2497240913d..68747cde181 100644
--- a/dev-haskell/monad-par/Manifest
+++ b/dev-haskell/monad-par/Manifest
@@ -1,2 +1,3 @@
 DIST monad-par-0.3.4.7.tar.gz 30411 BLAKE2B b7ed0e6e10c992fb3c2cb75813f180b6124215902aa5decd66d96ada7fc14623a3a1b2c4cfe9cf863087643091ebe24da3099e4f4652a4d1fce17f5cd71eb2f0 SHA512 eb9bd155589e9e7aea51e8b79f7fca20cfc8ac0dabf9c475fbbb312139311d567e1f19779247fd331c8242c93c9cefc1d52fca599c6444f90194d2a193182772
 DIST monad-par-0.3.4.8.tar.gz 30583 BLAKE2B c0d31959d7f1b50eb763810e4199b2a7a27b8ca202f078d23b6ae5c62f94cadbf5f7169959e577d59d0bb85cfe450af06e71b85410573ec50f37d9c36b458411 SHA512 6d2f6f571a3eef804e69ca892cf865bb169863d4fa97cad94cfb740925861b827fef14595c2edf235a8a60babdb854eecb87ff09bb798a6912edb7c3c6fe7027
+DIST monad-par-0.3.5.tar.gz 31675 BLAKE2B 02299d3a6813618e43d2786bb6963d1fda74fe50f84f2ada86890e87b38803ef1a1042dddc83c8e813cd9b1461710991a37900ee059222ecf65dc7706ed99450 SHA512 0843753f5a1465f46ade4c60b0707a07e996f12b13f8248e4c3dc6eeb5f0b8b4a321acb4dff685d17ef52d36db32cec5564e6492f7027c9d93f03c5780895b9c

diff --git a/dev-haskell/monad-par/monad-par-0.3.5.ebuild b/dev-haskell/monad-par/monad-par-0.3.5.ebuild
new file mode 100644
index 00000000000..a82a3985756
--- /dev/null
+++ b/dev-haskell/monad-par/monad-par-0.3.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1
+#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="https://hackage.haskell.org/package/${P}/${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-8.0.1:=
+	chaselev? ( dev-haskell/chaselev-deque:=[profile?] )
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.24.0.0
+	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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
@ 2020-09-12 21:40 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     781723b77f8658de1b92617bb31532858234586f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 21:35:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:40:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781723b7

dev-haskell/monad-par: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/monad-par/Manifest                 |  2 --
 dev-haskell/monad-par/monad-par-0.3.4.7.ebuild | 44 --------------------------
 dev-haskell/monad-par/monad-par-0.3.4.8.ebuild | 44 --------------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-haskell/monad-par/Manifest b/dev-haskell/monad-par/Manifest
index 68747cde181..b8affc8e299 100644
--- a/dev-haskell/monad-par/Manifest
+++ b/dev-haskell/monad-par/Manifest
@@ -1,3 +1 @@
-DIST monad-par-0.3.4.7.tar.gz 30411 BLAKE2B b7ed0e6e10c992fb3c2cb75813f180b6124215902aa5decd66d96ada7fc14623a3a1b2c4cfe9cf863087643091ebe24da3099e4f4652a4d1fce17f5cd71eb2f0 SHA512 eb9bd155589e9e7aea51e8b79f7fca20cfc8ac0dabf9c475fbbb312139311d567e1f19779247fd331c8242c93c9cefc1d52fca599c6444f90194d2a193182772
-DIST monad-par-0.3.4.8.tar.gz 30583 BLAKE2B c0d31959d7f1b50eb763810e4199b2a7a27b8ca202f078d23b6ae5c62f94cadbf5f7169959e577d59d0bb85cfe450af06e71b85410573ec50f37d9c36b458411 SHA512 6d2f6f571a3eef804e69ca892cf865bb169863d4fa97cad94cfb740925861b827fef14595c2edf235a8a60babdb854eecb87ff09bb798a6912edb7c3c6fe7027
 DIST monad-par-0.3.5.tar.gz 31675 BLAKE2B 02299d3a6813618e43d2786bb6963d1fda74fe50f84f2ada86890e87b38803ef1a1042dddc83c8e813cd9b1461710991a37900ee059222ecf65dc7706ed99450 SHA512 0843753f5a1465f46ade4c60b0707a07e996f12b13f8248e4c3dc6eeb5f0b8b4a321acb4dff685d17ef52d36db32cec5564e6492f7027c9d93f03c5780895b9c

diff --git a/dev-haskell/monad-par/monad-par-0.3.4.7.ebuild b/dev-haskell/monad-par/monad-par-0.3.4.7.ebuild
deleted file mode 100644
index e33c0c1a48f..00000000000
--- a/dev-haskell/monad-par/monad-par-0.3.4.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.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="https://hackage.haskell.org/package/${P}/${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
-}

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
deleted file mode 100644
index 9e9ed56788f..00000000000
--- a/dev-haskell/monad-par/monad-par-0.3.4.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://hackage.haskell.org/package/${P}/${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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
@ 2022-07-24 22:05 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f63e8d86f9ea6b07a32c97a3cb7656e2bfb71b60
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 20:16:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63e8d86

dev-haskell/monad-par: drop 0.3.5

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/monad-par/monad-par-0.3.5.ebuild | 44 ----------------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-haskell/monad-par/monad-par-0.3.5.ebuild b/dev-haskell/monad-par/monad-par-0.3.5.ebuild
deleted file mode 100644
index a82a39857566..000000000000
--- a/dev-haskell/monad-par/monad-par-0.3.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1
-#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="https://hackage.haskell.org/package/${P}/${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-8.0.1:=
-	chaselev? ( dev-haskell/chaselev-deque:=[profile?] )
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.24.0.0
-	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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
@ 2022-07-24 22:05 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f6603a9757ff52705fa2b678a10d19fd334713ab
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 20:15:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6603a97

dev-haskell/monad-par: sync from ::haskell

Removes dependency on dev-haskell/chaselev-deque.

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/monad-par/Manifest                  |  1 +
 dev-haskell/monad-par/monad-par-0.3.5-r1.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-haskell/monad-par/Manifest b/dev-haskell/monad-par/Manifest
index b8affc8e2991..7fbec42aafeb 100644
--- a/dev-haskell/monad-par/Manifest
+++ b/dev-haskell/monad-par/Manifest
@@ -1 +1,2 @@
+DIST monad-par-0.3.5-rev2.cabal 6536 BLAKE2B a9181b9df868e6dfcde1faa49cb0761ff79b28b4faba19213b58243fbd4e9d19f493beda6e8324ca6eaaa3a710d64e489a31e0b391d35f6f3996cfe16999127d SHA512 033b672b05222115e5c7d6c22f2333f7482fa7d4eacbc60b59139eb65e5b1fe9ca368d83f0090f0021297e3bbfa660c5af32189d3cca9af4679b6919d7883a57
 DIST monad-par-0.3.5.tar.gz 31675 BLAKE2B 02299d3a6813618e43d2786bb6963d1fda74fe50f84f2ada86890e87b38803ef1a1042dddc83c8e813cd9b1461710991a37900ee059222ecf65dc7706ed99450 SHA512 0843753f5a1465f46ade4c60b0707a07e996f12b13f8248e4c3dc6eeb5f0b8b4a321acb4dff685d17ef52d36db32cec5564e6492f7027c9d93f03c5780895b9c

diff --git a/dev-haskell/monad-par/monad-par-0.3.5-r1.ebuild b/dev-haskell/monad-par/monad-par-0.3.5-r1.ebuild
new file mode 100644
index 000000000000..b10ba5827d4e
--- /dev/null
+++ b/dev-haskell/monad-par/monad-par-0.3.5-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.2.1.9999
+#hackport: flags: -newgeneric,-chaselev
+
+CABAL_HACKAGE_REVISION=2
+
+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"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-haskell/abstract-deque-0.1.4:=[profile?]
+	dev-haskell/abstract-par:=[profile?]
+	>=dev-haskell/monad-par-extras-0.3:=[profile?]
+	>=dev-haskell/mwc-random-0.11:=[profile?]
+	>=dev-haskell/parallel-3.1:=[profile?]
+	>=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-2.2.0.1
+	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 \
+		--flag=-chaselev \
+		--flag=-newgeneric
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-par/
@ 2022-07-24 22:05 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e9e3f7ddb098d0b5b623b05c16b50ac96a25ec00
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 20:18:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e3f7dd

dev-haskell/monad-par: remove unused local USE

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/monad-par/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-haskell/monad-par/metadata.xml b/dev-haskell/monad-par/metadata.xml
index 31e4f277f2d8..08cce6fdd88a 100644
--- a/dev-haskell/monad-par/metadata.xml
+++ b/dev-haskell/monad-par/metadata.xml
@@ -20,9 +20,6 @@
 		Examples of use can be found in the examples/ directory
 		of the source package.
 	</longdescription>
-	<use>
-		<flag name="chaselev">Use Chase-Lev Deques for higher-perf work-stealing.</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">simonmar/monad-par</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-24 22:06 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox