mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: ghc-statistics: Properly enable tests.
The comment states there are test failures and hence it is implied that the intent was to disable tests, not enable them, but tests pass and the code below enabled tests instead of disabling them. Remove #:tests? #true to satisfy the tests-true linter. * gnu/packages/haskell-xyz.scm (ghc-statistics)[arguments]{#:tests?}: Remove. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
65ce5fe2fb
commit
81681f2d4a
1 changed files with 0 additions and 3 deletions
|
@ -12000,9 +12000,6 @@ (define-public ghc-statistics
|
|||
(base32
|
||||
"0j9awbg47fzb58k5z2wgkp6a0042j7hqrl1g6lyflrbsfswdp5n4"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
'(;; Two tests fail: "Discrete CDF is OK" and "Quantile is CDF inverse".
|
||||
#:tests? #t))
|
||||
(inputs
|
||||
(list ghc-aeson
|
||||
ghc-async
|
||||
|
|
Loading…
Reference in a new issue