summaryrefslogtreecommitdiff
path: root/dev-haskell/parallel-io/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/parallel-io/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/parallel-io/metadata.xml')
-rw-r--r--dev-haskell/parallel-io/metadata.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-haskell/parallel-io/metadata.xml b/dev-haskell/parallel-io/metadata.xml
deleted file mode 100644
index a02ec8bbfe5a..000000000000
--- a/dev-haskell/parallel-io/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>
- This package provides combinators for sequencing IO actions onto a thread pool. The
- thread pool is guaranteed to contain no more unblocked threads than a user-specified upper limit, thus
- minimizing contention.
-
- Furthermore, the parallel combinators can be used reentrantly - your parallel
- actions can spawn more parallel actions - without violating this property of the thread pool.
-
- The package is inspired by the thread &lt;http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521&gt;.
- Thanks to Neil Mitchell and Bulat Ziganshin for some of the code this package is based on.
- </longdescription>
-</pkgmetadata>