[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/329: gnu: ghc-statistics: Update to 0.15.1.1.
From: |
guix-commits |
Subject: |
201/329: gnu: ghc-statistics: Update to 0.15.1.1. |
Date: |
Wed, 20 Nov 2019 21:18:01 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 60e78e684e9627e9366f0c062d66caefbf3b7c03
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:15:50 2019 -0400
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'.
---
gnu/packages/haskell-xyz.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 035b963..58709be 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9555,7 +9555,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of
the OpenGL state.")
(define-public ghc-statistics
(package
(name "ghc-statistics")
- (version "0.14.0.2")
+ (version "0.15.1.1")
(source
(origin
(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"))
(sha256
(base32
- "0y27gafkib0x0fn39qfn2rkgsfrm09ng35sbb5dwr7rclhnxz59l"))))
+ "015rn74f1glii26j4b2fh1fc63xvxzrh2xckiancz48kc8jdzabj"))))
(build-system haskell-build-system)
(arguments
- '(#:cabal-revision
- ("2" "1bx70yqkn62ii17fjv3pig4hklrzkqd09zj67zzjiyjzmn04fir3")
- ;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
+ '(;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
#:tests? #f))
(inputs
`(("ghc-aeson" ,ghc-aeson)
+ ("ghc-async" ,ghc-async)
("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-monad-par" ,ghc-monad-par)
("ghc-mwc-random" ,ghc-mwc-random)
- 139/329: gnu: ghc-graphviz: Update to 2999.20.0.3., (continued)
- 139/329: gnu: ghc-graphviz: Update to 2999.20.0.3., guix-commits, 2019/11/20
- 142/329: gnu: ghc-network: Update to 2.8.0.1., guix-commits, 2019/11/20
- 148/329: gnu: Add ghc-time-compat., guix-commits, 2019/11/20
- 160/329: gnu: ghc-glut: Update to 2.7.0.15., guix-commits, 2019/11/20
- 153/329: gnu: ghc-hsopenssl: Update to 0.11.4.17., guix-commits, 2019/11/20
- 157/329: gnu: ghc-hslogger: Update to 1.2.12., guix-commits, 2019/11/20
- 101/329: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 121/329: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/20
- 176/329: gnu: ghc-email-validate: Update to 2.3.2.12., guix-commits, 2019/11/20
- 197/329: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/20
- 201/329: gnu: ghc-statistics: Update to 0.15.1.1.,
guix-commits <=
- 207/329: gnu: ghc-hedgehog: Update to 1.0.1., guix-commits, 2019/11/20
- 126/329: gnu: ghc-tasty-ant-xml: Update to 1.1.6., guix-commits, 2019/11/20
- 133/329: gnu: ghc-genvalidity-property: Update to 0.4.0.0., guix-commits, 2019/11/20
- 141/329: gnu: ghc-weigh: Update to 0.0.14., guix-commits, 2019/11/20
- 144/329: gnu: ghc-patience: Update to 0.3., guix-commits, 2019/11/20
- 177/329: gnu: ghc-missingh: Update to 1.4.1.0., guix-commits, 2019/11/20
- 181/329: gnu: ghc-connection: Update to 0.3.1., guix-commits, 2019/11/20
- 192/329: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0., guix-commits, 2019/11/20
- 90/329: gnu: ghc-hmatrix-gsl-stats: Update to 0.4.1.8., guix-commits, 2019/11/20
- 100/329: gnu: ghc-blaze-markup: Update to 0.8.2.3., guix-commits, 2019/11/20