mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-tdigest.
* gnu/packages/haskell-xyz.scm (ghc-tdigest): New variable. Change-Id: If4fdd492a103de94c30eab6f1399d77bee7ddc1a Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
parent
4a2c74b951
commit
0fe8772269
1 changed files with 28 additions and 0 deletions
|
@ -17051,6 +17051,34 @@ such as ala'.")
|
||||||
"Lighweight pure data validation based on Applicative and Selective functors.")
|
"Lighweight pure data validation based on Applicative and Selective functors.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(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)
|
||||||
|
(properties '((upstream-name . "tdigest")))
|
||||||
|
(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 ("3"
|
||||||
|
"0a39vwf37hkh06rn79blr3bw7ij05pgpxrkc9cldgdd5p4gvn1qn")))
|
||||||
|
(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. . See original
|
||||||
|
paper: \"Computing extremely accurate quantiles using t-digest\" by Ted Dunning
|
||||||
|
and Otmar Ertl for more details
|
||||||
|
<https://github.com/tdunning/t-digest/blob/07b8f2ca2be8d0a9f04df2feadad5ddc1bb73c88/docs/t-digest-paper/histo.pdf>.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-tomland
|
(define-public ghc-tomland
|
||||||
(package
|
(package
|
||||||
(name "ghc-tomland")
|
(name "ghc-tomland")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue