rekado pushed a commit to branch master
in repository guix.

commit 40a6d7a2f6452cfc468ce0dfc4da9661ff1170ca
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Mon Feb 12 19:07:52 2018 +0100

    gnu: ghc-dlist: Update to 0.8.0.4.
    
    * gnu/packages/haskell.scm (ghc-dlist): Update to 0.8.0.4.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c6a8376..c9d8c77 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)))

Reply via email to