gnu: ghc-quickcheck: Update to 2.8.2.

* gnu/packages/haskell.scm (ghc-quickcheck): Update to 2.8.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Danny Milosavljevic 2017-01-10 02:17:06 +01:00 committed by Ludovic Courtès
parent ac1f1e4e02
commit ff26453601
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3052,7 +3052,7 @@ (define-public ghc-quickcheck-io
(define-public ghc-quickcheck (define-public ghc-quickcheck
(package (package
(name "ghc-quickcheck") (name "ghc-quickcheck")
(version "2.8.1") (version "2.8.2")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -3063,7 +3063,7 @@ (define-public ghc-quickcheck
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fvnfl30fxmj5q920l13641ar896d53z0z6z66m7c1366lvalwvh")))) "1ai6k5v0bibaxq8xffcblc6rwmmk6gf8vjyd9p2h3y6vwbhlvilq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:tests? #f ; FIXME: currently missing libraries used for tests. `(#:tests? #f ; FIXME: currently missing libraries used for tests.