guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53686] Add ghc-pipes-bytestring


From: WinterHound
Subject: [bug#53686] 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]