GNU bug report logs - #64840
[PATCH 00/12] Add elm-format.

Previous Next

Package: guix-patches;

Reported by: Distopico <distopico <at> riseup.net>

Date: Mon, 24 Jul 2023 20:18:02 UTC

Severity: normal

Tags: patch

Full log


Message #29 received at 64840 <at> debbugs.gnu.org (full text, mbox):

From: Distopico <distopico <at> riseup.net>
To: 64840 <at> debbugs.gnu.org
Cc: Distopico <distopico <at> riseup.net>
Subject: [PATCH 08/12] gnu: Add ghc-concurrent-split.
Date: Mon, 24 Jul 2023 15:23:10 -0500
* gnu/packages/haskell-xyz.scm (ghc-concurrent-split): New variable.
---
 gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 837c8ade16..34a1a32cc7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13345,6 +13345,26 @@ (define-public ghc-unordered-containers-bootstrap
     (native-inputs '())
     (properties '((hidden? #t)))))
 
+(define-public ghc-concurrent-split
+  (package
+    (name "ghc-concurrent-split")
+    (version "0.0.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (hackage-uri "concurrent-split" version))
+              (sha256
+               (base32
+                "0i9gak7q3ay8g1kzq7dg0bs36bg88n7kwy3h1r6jrni7mz7jh05f"))))
+    (build-system haskell-build-system)
+    (properties '((upstream-name . "concurrent-split")))
+    (home-page "https://hub.darcs.net/thielema/concurrent-split")
+    (synopsis "MVars and Channels with distinguished input and output side")
+    (description
+     "This package provides MVars and Channels with distinguished input and
+output side around the standard concurrency communication channels that make
+the distinction clear and type safe.")
+    (license license:bsd-3)))
+
 (define-public ghc-commutative-semigroups
   (package
     (name "ghc-commutative-semigroups")
-- 
2.41.0





This bug report was last modified 1 year and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.