GNU bug report logs - #53686
Add ghc-pipes-bytestring

Previous Next

Package: guix-patches;

Reported by: WinterHound <winterhound <at> yandex.com>

Date: Tue, 1 Feb 2022 09:34:03 UTC

Severity: normal

Full log


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

From: WinterHound <winterhound <at> yandex.com>
To: guix-patches <at> gnu.org
Cc: WinterHound <winterhound <at> yandex.com>
Subject: Add ghc-pipes-bytestring
Date: Tue,  1 Feb 2022 15:02:05 +0530
---
 gnu/packages/haskell-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 34648b9998..a7e4bffc8e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9720,6 +9720,23 @@ (define-public ghc-pipes-group
 @end enumerate\n")
     (license license:bsd-3)))
 
+(define-public ghc-pipes-bytestring
+  (package
+    (name "ghc-pipes-bytestring")
+    (version "2.1.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "pipes-bytestring" version))
+       (sha256
+        (base32 "0ch7145pv4f56601ysdj5gqqwsh5ag2zh34ydswg62fqi8z8cxvc"))))
+    (build-system haskell-build-system)
+    (inputs (list ghc-pipes ghc-pipes-group ghc-pipes-parse ghc-stringsearch))
+    (home-page "http://hackage.haskell.org/package/pipes-bytestring")
+    (synopsis "ByteString support for pipes")
+    (description "This library provides pipes utilities for ByteStrings")
+    (license license:bsd-3)))
+
 (define-public ghc-pointedlist
   (package
     (name "ghc-pointedlist")
-- 
2.34.0





This bug report was last modified 3 years and 133 days ago.

Previous Next


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