guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/33: gnu: ghc-dlist: Update to 0.8.0.3.


From: Tobias Geerinckx-Rice
Subject: 17/33: gnu: ghc-dlist: Update to 0.8.0.3.
Date: Tue, 5 Dec 2017 10:38:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7c0e5954931efadcf713395e8cb8ab9beaea6293
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 2 11:37:30 2017 +0100

    gnu: ghc-dlist: Update to 0.8.0.3.
    
    * gnu/packages/haskell.scm (ghc-dlist): Update to 0.8.0.3.
---
 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 8d3aca8..1154af5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1387,7 +1387,7 @@ old @code{time} library.  For new projects, the newer
 (define-public ghc-dlist
   (package
     (name "ghc-dlist")
-    (version "0.7.1.2")
+    (version "0.8.0.3")
     (source
      (origin
        (method url-fetch)
@@ -1396,7 +1396,7 @@ old @code{time} library.  For new projects, the newer
              version
              ".tar.gz"))
        (sha256
-        (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k"))))
+        (base32 "0brgai4vs7xz29p06kd6gzg5bpa8iy3k7yzgcc44izspd74q4rw7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]