mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-statistics: Fix build.
* gnu/packages/haskell.scm (ghc-statistics)[arguments]: Add cabal revision.
This commit is contained in:
parent
456d76eaf6
commit
52891580e1
1 changed files with 5 additions and 2 deletions
|
@ -8999,6 +8999,11 @@ (define-public ghc-statistics
|
|||
(base32
|
||||
"0y27gafkib0x0fn39qfn2rkgsfrm09ng35sbb5dwr7rclhnxz59l"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
'(#:cabal-revision
|
||||
("2" "1bx70yqkn62ii17fjv3pig4hklrzkqd09zj67zzjiyjzmn04fir3")
|
||||
;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
|
||||
#:tests? #f))
|
||||
(inputs
|
||||
`(("ghc-aeson" ,ghc-aeson)
|
||||
("ghc-base-orphans" ,ghc-base-orphans)
|
||||
|
@ -9018,8 +9023,6 @@ (define-public ghc-statistics
|
|||
("ghc-test-framework" ,ghc-test-framework)
|
||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; FIXME: Test-Suite `spec` fails.
|
||||
(home-page "https://github.com/bos/mwc-random")
|
||||
(synopsis "Haskell library of statistical types, data, and functions")
|
||||
(description "This library provides a number of common functions
|
||||
|
|
Loading…
Reference in a new issue