diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/abstract-par | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/abstract-par')
-rw-r--r-- | dev-haskell/abstract-par/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/abstract-par/metadata.xml | 28 |
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-haskell/abstract-par/Manifest b/dev-haskell/abstract-par/Manifest new file mode 100644 index 000000000000..1bd16afbe078 --- /dev/null +++ b/dev-haskell/abstract-par/Manifest @@ -0,0 +1,3 @@ +DIST abstract-par-0.3.3.tar.gz 4714 BLAKE2B d43acc721fc7d4e0f9c9fc85f2edeb489ea145332173840d93bfac9b0bcffcc50a89cf33a1b0f8736c76fc894140ba8d45f13821bf1515491d012f0ee53915a7 SHA512 d603745202ececf5a514e5ac7da82fdd03dd27ec4fbb11a870a7b0a6c92e468cf3bd68763afa748434b3ed0ed5b80a1d2cefaa84c68a84b82028225400841605 +EBUILD abstract-par-0.3.3-r1.ebuild 579 BLAKE2B 2d7605be68bdecdf20261fdc411854d6c49ebf2f741b0f61f6893b83b31f3564bece751e69a1c2c8d038e460de0cd8fc3a1d87a2d99f159b36552babbebd5511 SHA512 22b52f003277793c38e12cc3afba062f6d69139ed2b4fa68496e4b38a0716222827d9da1ba853113548f750c12284a70aadc702fbd484d013e0a32f9fb81445f +MISC metadata.xml 1070 BLAKE2B 6ac5c448d5a29dd1e4db15baa992adc943add6d164ca5e0260f5e2781b03bba9a0326e83980c7f7284849a4c53fbd18258ce96eeba47c79204ce97ff7df0e335 SHA512 c3857eb79d35fe107f199d71aa3942313592f8b0b3ef356dc29162d87d1f412046ca24dc73a8c084a7a444645343c4bfa3b2bd2ac4945dd9fcf11349422deb88 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 new file mode 100644 index 000000000000..6cd776de2721 --- /dev/null +++ b/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library" +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="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/abstract-par/metadata.xml b/dev-haskell/abstract-par/metadata.xml new file mode 100644 index 000000000000..0dd7f40405b4 --- /dev/null +++ b/dev-haskell/abstract-par/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <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> |