unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Vollmert <rob@vllmrt.net>
To: 36663@debbugs.gnu.org
Cc: Robert Vollmert <rob@vllmrt.net>
Subject: [bug#36663] [PATCH 13/14] gnu: Add ghc-threads
Date: Mon, 15 Jul 2019 13:14:11 +0200	[thread overview]
Message-ID: <20190715111412.74324-13-rob@vllmrt.net> (raw)
In-Reply-To: <20190715111412.74324-1-rob@vllmrt.net>

* gnu/packages/haskell-xyz.scm (ghc-threads): New field.
---
 gnu/packages/haskell-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7763b94ae4..f8a063a7dd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -220,3 +220,42 @@ primitives for I/O using streams.")
 pretty printing library.  Provides the pretty printing class and
 instances for the Prelude types.")
     (license license:bsd-3)))
+
+(define-public ghc-threads
+  (package
+    (name "ghc-threads")
+    (version "0.5.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/threads/threads-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0bjnjhnq3km6xqk0fn1fgyz5xdw4h6lylbwwbcmkkfzwcz0c76hk"))))
+    (build-system haskell-build-system)
+    (native-inputs
+     `(("ghc-concurrent-extra" ,ghc-concurrent-extra)
+       ("ghc-hunit" ,ghc-hunit)
+       ("ghc-test-framework" ,ghc-test-framework)
+       ("ghc-test-framework-hunit"
+        ,ghc-test-framework-hunit)))
+    (home-page
+     "https://github.com/basvandijk/threads")
+    (synopsis
+     "Fork threads and wait for their result")
+    (description
+     "This package provides functions to fork threads and wait for their
+result, whether it's an exception or a normal value.
+Besides waiting for the termination of a single thread this packages also
+provides functions to wait for a group of threads to terminate.
+This package is similar to the threadmanager, async and spawn packages.
+The advantages of this package are:
+* Simpler API.
+* More efficient in both space and time.
+* No space-leak when forking a large number of threads.
+* Correct handling of asynchronous exceptions.
+* GHC specific functionality like forkOn and forkIOWithUnmask.")
+    (license license:bsd-3)))
-- 
2.20.1 (Apple Git-117)

  parent reply	other threads:[~2019-07-15 11:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-15 11:12 [bug#36663] [PATCH 00/14] Add elm compiler dependencies Robert Vollmert
2019-07-15 11:13 ` [bug#36663] [PATCH 01/14] gnu: Add ghc-snap-core Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 02/14] gnu: add ghc-snap-server Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 03/14] gnu: Add ghc-http-streams Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 04/14] gnu: Add ghc-http-common Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 05/14] gnu: Add ghc-hsopenssl Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 06/14] gnu: Add ghc-openssl-streams Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 07/14] gnu: Add ghc-language-glsl Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 08/14] gnu: Add ghc-readable Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 09/14] gnu: Add ghc-io-streams-haproxy Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 10/14] gnu: Add ghc-zlib-bindings Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 11/14] gnu: Add ghc-io-streams Robert Vollmert
2019-07-15 11:14   ` [bug#36663] [PATCH 12/14] gnu: Add ghc-prettyclass Robert Vollmert
2019-07-15 11:14   ` Robert Vollmert [this message]
2019-07-15 11:14   ` [bug#36663] [PATCH 14/14] gnu: Add ghc-concurrent-extra Robert Vollmert
2019-07-15 13:13 ` [bug#36663] [PATCH 01/14 v2] gnu: Add ghc-snap-core Robert Vollmert
2019-07-15 13:14 ` [bug#36663] [PATCH 05/14 v2] gnu: Add ghc-hsopenssl Robert Vollmert
2019-08-08  4:03 ` bug#36663: [PATCH 00/14] Add elm compiler dependencies Timothy Sample

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190715111412.74324-13-rob@vllmrt.net \
    --to=rob@vllmrt.net \
    --cc=36663@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).