summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-19 08:45:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-19 08:45:33 +0100
commit2760d0dd5744642abf33a008faf810335158a7ad (patch)
treea1601d130bc8b43cb0119e8e4f0d3711a00969c2 /dev-haskell
parentdev-util/ccache: drop old (diff)
downloadgentoo-2760d0dd5744642abf33a008faf810335158a7ad.tar.gz
gentoo-2760d0dd5744642abf33a008faf810335158a7ad.tar.bz2
gentoo-2760d0dd5744642abf33a008faf810335158a7ad.zip
dev-haskell/abstract-par: update to EAPI=7
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild6
-rw-r--r--dev-haskell/abstract-par/metadata.xml20
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 85415be3df23..26e5aa08e9c8 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 0dd7f40405b4..b7878815d80d 100644
--- a/dev-haskell/abstract-par/metadata.xml
+++ b/dev-haskell/abstract-par/metadata.xml
@@ -5,24 +5,4 @@
<email>haskell@gentoo.org</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>