mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-statistics: Update to 0.15.1.1.
* gnu/packages/haskell-xyz.scm (ghc-statistics): Update to 0.15.1.1. [arguments]: Remove '#:cabal-revision'. [inputs]: Remove 'ghc-erf'; add 'ghc-async' and 'ghc-dense-linear-algebra'.
This commit is contained in:
parent
e924e17e4a
commit
60e78e684e
1 changed files with 5 additions and 6 deletions
|
@ -9555,7 +9555,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.")
|
||||||
(define-public ghc-statistics
|
(define-public ghc-statistics
|
||||||
(package
|
(package
|
||||||
(name "ghc-statistics")
|
(name "ghc-statistics")
|
||||||
(version "0.14.0.2")
|
(version "0.15.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9564,17 +9564,16 @@ in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.")
|
||||||
"statistics-" version ".tar.gz"))
|
"statistics-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y27gafkib0x0fn39qfn2rkgsfrm09ng35sbb5dwr7rclhnxz59l"))))
|
"015rn74f1glii26j4b2fh1fc63xvxzrh2xckiancz48kc8jdzabj"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:cabal-revision
|
'(;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
|
||||||
("2" "1bx70yqkn62ii17fjv3pig4hklrzkqd09zj67zzjiyjzmn04fir3")
|
|
||||||
;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
|
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
("ghc-async" ,ghc-async)
|
||||||
("ghc-base-orphans" ,ghc-base-orphans)
|
("ghc-base-orphans" ,ghc-base-orphans)
|
||||||
("ghc-erf" ,ghc-erf)
|
("ghc-dense-linear-algebra" ,ghc-dense-linear-algebra)
|
||||||
("ghc-math-functions" ,ghc-math-functions)
|
("ghc-math-functions" ,ghc-math-functions)
|
||||||
("ghc-monad-par" ,ghc-monad-par)
|
("ghc-monad-par" ,ghc-monad-par)
|
||||||
("ghc-mwc-random" ,ghc-mwc-random)
|
("ghc-mwc-random" ,ghc-mwc-random)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue