From: WinterHound <winterhound@yandex.com>
To: 53685@debbugs.gnu.org
Cc: WinterHound <winterhound@yandex.com>
Subject: [bug#53685] Add ghc-pipes-group
Date: Tue, 1 Feb 2022 15:02:04 +0530 [thread overview]
Message-ID: <20220201093211.6720-3-winterhound@yandex.com> (raw)
In-Reply-To: <20220201093211.6720-1-winterhound@yandex.com>
---
gnu/packages/haskell-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6a5f393fbb..34648b9998 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9692,6 +9692,34 @@ (define-public ghc-pipes-parse
@end enumerate\n")
(license license:bsd-3)))
+(define-public ghc-pipes-group
+ (package
+ (name "ghc-pipes-group")
+ (version "1.0.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "pipes-group" version))
+ (sha256
+ (base32 "1issfj3syi6lfbcdn3bhlbnlh86s92ldsb04c4ac69xipsgyhwqk"))))
+ (build-system haskell-build-system)
+ (inputs (list ghc-free ghc-pipes ghc-pipes-parse))
+ (native-inputs (list ghc-lens-family-core ghc-doctest))
+ (arguments
+ `(#:cabal-revision
+ ("5" "0hkh6s4n1sv83a8fzhryz9l229g9d59sxkh60fcn04jp2431335h")))
+ (home-page "http://hackage.haskell.org/package/pipes-group")
+ (synopsis "Group streams into substreams")
+ (description
+ "@code{pipes-group} uses @code{FreeT} and lenses to group streams into
+sub-streams.
+Notable features include:
+@enumerate
+@item Perfect Streaming: Group elements without collecting them into memory
+@item Lens Support: Use lenses to simplify many common operations
+@end enumerate\n")
+ (license license:bsd-3)))
+
(define-public ghc-pointedlist
(package
(name "ghc-pointedlist")
--
2.34.0
next prev parent reply other threads:[~2022-02-01 9:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-01 9:32 [bug#53684] Add ghc-tdigest WinterHound
2022-02-01 9:32 ` [bug#53683] Add ghc-pipes-parse WinterHound
2022-02-01 9:32 ` WinterHound [this message]
2022-02-01 9:32 ` [bug#53686] Add ghc-pipes-bytestring WinterHound
2022-02-01 9:32 ` [bug#53687] Add ghc-pipes-safe WinterHound
2022-02-01 9:32 ` [bug#53688] Add ghc-monad-time WinterHound
2022-02-01 9:32 ` [bug#53689] Add ghc-concise WinterHound
2022-02-01 9:32 ` [bug#53690] Add ghc-machines WinterHound
2022-02-01 9:32 ` [bug#53691] Add ghc-lens-aeson WinterHound
2022-02-01 9:32 ` [bug#53692] Add ghc-indexed-profunctors WinterHound
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=20220201093211.6720-3-winterhound@yandex.com \
--to=winterhound@yandex.com \
--cc=53685@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).