civodul pushed a commit to branch master
in repository guix.
commit fb812d6cff11a799db96cf28acb7b22b8d659a62
Author: rsiddharth <[email protected]>
Date: Wed Mar 21 03:45:10 2018 +0000
gnu: ghc-psqueues: Disable tests.
* gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Set #:tests? to #f.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/haskell.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ad499f0..1f68648 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7833,6 +7833,7 @@ bytestrings and their hexademical representation.")
(base32
"1dd6xv1wjxj1xinx155b14hijw8fafrg4096srzdzj7xyqq7qxbd"))))
(build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; Tests require QuickCheck < 2.10
(inputs
`(("ghc-hashable" ,ghc-hashable)))
(native-inputs