gnu: ghc-extra: Update to 1.6.3.

* gnu/packages/haskell.scm (ghc-extra): Update to 1.6.3.
[inputs]: Add ghc-clock.
This commit is contained in:
Ricardo Wurmus 2018-02-12 21:52:43 +01:00
parent c74dacd531
commit 7d4de988a7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -2607,7 +2607,7 @@ Strings.")
(define-public ghc-extra (define-public ghc-extra
(package (package
(name "ghc-extra") (name "ghc-extra")
(version "1.4.2") (version "1.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2617,9 +2617,11 @@ Strings.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h9hxkrqrqscx420yz1lmivbrhi6jc3a5ap61vkxd2mhdgark9hf")))) "06ds0jlx6sljwdf63l154qbzia9mnsri79i9qm3xikky3nj9ia1m"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-quickcheck" ,ghc-quickcheck))) (inputs
`(("ghc-clock" ,ghc-clock)
("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://github.com/ndmitchell/extra") (home-page "https://github.com/ndmitchell/extra")
(synopsis "Extra Haskell functions") (synopsis "Extra Haskell functions")
(description "This library provides extra functions for the standard (description "This library provides extra functions for the standard