gnu: ghc-dlist: Update to 0.8.0.4.

* gnu/packages/haskell.scm (ghc-dlist): Update to 0.8.0.4.
master
Ricardo Wurmus 2018-02-12 19:07:52 +01:00
parent c088e39341
commit 40a6d7a2f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1391,7 +1391,7 @@ old @code{time} library. For new projects, the newer
(define-public ghc-dlist
(package
(name "ghc-dlist")
(version "0.8.0.3")
(version "0.8.0.4")
(source
(origin
(method url-fetch)
@ -1400,7 +1400,7 @@ old @code{time} library. For new projects, the newer
version
".tar.gz"))
(sha256
(base32 "0brgai4vs7xz29p06kd6gzg5bpa8iy3k7yzgcc44izspd74q4rw7"))))
(base32 "0yirrh0s6acjy9hhvf5fqg2d6q5y6gm9xs04v6w1imndh1xqdwdc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))