From: WinterHound <winterhound@yandex.com>
To: 53684@debbugs.gnu.org
Cc: WinterHound <winterhound@yandex.com>
Subject: [bug#53684] Add ghc-tdigest
Date: Tue, 1 Feb 2022 15:02:02 +0530 [thread overview]
Message-ID: <20220201093211.6720-1-winterhound@yandex.com> (raw)
---
gnu/packages/haskell-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a42baebde6..c778340473 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
;;; Copyright © 2021 Alice BRENON <alice.brenon@ens-lyon.fr>
;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 WinterHound <winterhound@yandex.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -16084,3 +16085,31 @@ (define-public ghc-singleton-bool
"This package provides Type-level booleans.")
(license license:bsd-3)))
+(define-public ghc-tdigest
+ (package
+ (name "ghc-tdigest")
+ (version "0.2.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "tdigest" version))
+ (sha256
+ (base32 "1dvkf7cs8dcr13wza5iyq2qgvz75r33mzgfmhdihw62xzxsqb6d3"))))
+ (build-system haskell-build-system)
+ (inputs
+ (list ghc-base-compat
+ ghc-reducers
+ ghc-semigroupoids
+ ghc-vector
+ ghc-vector-algorithms))
+ (native-inputs (list ghc-semigroups ghc-tasty ghc-tasty-quickcheck))
+ (arguments
+ `(#:cabal-revision
+ ("2" "0hcsjdd8km8dhydg4npc6mw6yy6bhv4f21zvm8is8h0ci4057asy")))
+ (home-page "https://github.com/phadej/haskell-tdigest#readme")
+ (synopsis "On-line accumulation of rank-based statistics")
+ (description
+ "This package provides a new data structure for accurate on
+line accumulation of rank-based statistics such as quantiles and
+trimmed means.")
+ (license license:bsd-3)))
--
2.34.0
next reply other threads:[~2022-02-01 9:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-01 9:32 WinterHound [this message]
2022-02-01 9:32 ` [bug#53683] Add ghc-pipes-parse WinterHound
2022-02-01 9:32 ` [bug#53685] Add ghc-pipes-group WinterHound
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-1-winterhound@yandex.com \
--to=winterhound@yandex.com \
--cc=53684@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).