From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-haskell/abstract-par/Manifest | 4 ++-- .../abstract-par/abstract-par-0.3.3-r1.ebuild | 6 +++--- dev-haskell/abstract-par/metadata.xml | 20 -------------------- 3 files changed, 5 insertions(+), 25 deletions(-) (limited to 'dev-haskell/abstract-par') diff --git a/dev-haskell/abstract-par/Manifest b/dev-haskell/abstract-par/Manifest index 0c61e61d951d..567847d94e22 100644 --- a/dev-haskell/abstract-par/Manifest +++ b/dev-haskell/abstract-par/Manifest @@ -1,3 +1,3 @@ DIST abstract-par-0.3.3.tar.gz 4714 BLAKE2B d43acc721fc7d4e0f9c9fc85f2edeb489ea145332173840d93bfac9b0bcffcc50a89cf33a1b0f8736c76fc894140ba8d45f13821bf1515491d012f0ee53915a7 SHA512 d603745202ececf5a514e5ac7da82fdd03dd27ec4fbb11a870a7b0a6c92e468cf3bd68763afa748434b3ed0ed5b80a1d2cefaa84c68a84b82028225400841605 -EBUILD abstract-par-0.3.3-r1.ebuild 571 BLAKE2B c829856fc310faa7db9736f99a97ff80f088c3f432142222d3448fcf45cdb400ff21c6c1cbd35b512a35b48333784a22a912a9cb258129794a5da983605c41ae SHA512 f4044ffceb49df56f400af3816409fbf3d9a6fe6de3ba84ee743d2889724244cbd33978b92a08faede3fcdea247d73f420c2ecd610a70391cf338a91715ab0bb -MISC metadata.xml 1070 BLAKE2B 6ac5c448d5a29dd1e4db15baa992adc943add6d164ca5e0260f5e2781b03bba9a0326e83980c7f7284849a4c53fbd18258ce96eeba47c79204ce97ff7df0e335 SHA512 c3857eb79d35fe107f199d71aa3942313592f8b0b3ef356dc29162d87d1f412046ca24dc73a8c084a7a444645343c4bfa3b2bd2ac4945dd9fcf11349422deb88 +EBUILD abstract-par-0.3.3-r1.ebuild 571 BLAKE2B 7954ffddb1f1af17b59f3362f8cbfe6ce3097566eb3c0d9745dcae26989f3b4f70232f00ceb552fe28c73389a410c6fdde96e17b3bd7e67bad16810933906751 SHA512 f0763b701c2dbb49c423b576ee46dc3b722a14337ef28b85ba68e04ede424c8e800732912e05b4b519855d80ebee8f2223c4d87d407e8badf5e90512ea331842 +MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015 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 @@ haskell@gentoo.org Gentoo Haskell - - 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. - - - simonmar/monad-par - -- cgit v1.2.3