GNU bug report logs -
#53686
Add ghc-pipes-bytestring
Previous Next
Full log
View this message in rfc822 format
---
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.