gnu: ghc-psqueues: Disable tests.

* gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Set #:tests? to #f.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
rsiddharth 2018-03-21 03:45:10 +00:00 committed by Ludovic Courtès
parent fc3ef1e28c
commit fb812d6cff
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -7833,6 +7833,7 @@ (define-public ghc-psqueues
(base32
"1dd6xv1wjxj1xinx155b14hijw8fafrg4096srzdzj7xyqq7qxbd"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; Tests require QuickCheck < 2.10
(inputs
`(("ghc-hashable" ,ghc-hashable)))
(native-inputs