summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 19:07:52 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:32 +0100
commit40a6d7a2f6452cfc468ce0dfc4da9661ff1170ca (patch)
tree08cc49a0c2ad32111897c4101cf5755179839aa9 /gnu
parentc088e393410b786b4d5aab87e27a5b6bf8b9082d (diff)
downloadpatches-40a6d7a2f6452cfc468ce0dfc4da9661ff1170ca.tar
patches-40a6d7a2f6452cfc468ce0dfc4da9661ff1170ca.tar.gz
gnu: ghc-dlist: Update to 0.8.0.4.
* gnu/packages/haskell.scm (ghc-dlist): Update to 0.8.0.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c6a8376aa1..c9d8c770e1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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)))