commit: 2760d0dd5744642abf33a008faf810335158a7ad
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 07:45:33 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 07:45:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2760d0dd
dev-haskell/abstract-par: update to EAPI=7
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../abstract-par/abstract-par-0.3.3-r1.ebuild | 6 +++---
dev-haskell/abstract-par/metadata.xml | 20 --------------------
2 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild
b/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild
index 85415be3df2..26e5aa08e9c 100644
--- a/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild
+++ b/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.4.5.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
diff --git a/dev-haskell/abstract-par/metadata.xml
b/dev-haskell/abstract-par/metadata.xml
index 0dd7f40405b..b7878815d80 100644
--- a/dev-haskell/abstract-par/metadata.xml
+++ b/dev-haskell/abstract-par/metadata.xml
@@ -5,24 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- The 'Par' monad(s) offer an alternative
- parallel programming API to that provided by the
- @parallel@ package.
- A 'Par' monad allows the simple description of
- parallel computations, and can be used to add
- parallelism to pure Haskell code. The basic API
- is straightforward: a @Par@ monad supports forking
- and simple communication in terms of 'IVar's.
- This module is an interface module only. It
- provides a number of type clasess, but not an
- implementation. The type classes separate different
- levels of @Par@ functionality. See the
- "Control.Monad.Par.Class" module for more details.
- The 'monad-par' library is one example of a
- concrete library providing this interface.
- </longdescription>
- <upstream>
- <remote-id type="github">simonmar/monad-par</remote-id>
- </upstream>
</pkgmetadata>