guix-commits
[Top][All Lists]
Advanced

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

125/249: gnu: ghc-distributive: Update to 0.6.1.


From: guix-commits
Subject: 125/249: gnu: ghc-distributive: Update to 0.6.1.
Date: Thu, 31 Oct 2019 23:49:45 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 3c1e357ba5bdd129665547c9d01386fd1bf10542
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:30:41 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7e6b3ee..5545f2b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2618,7 +2618,7 @@ disk space usage.")
 (define-public ghc-distributive
   (package
     (name "ghc-distributive")
-    (version "0.5.3")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
@@ -2628,7 +2628,7 @@ disk space usage.")
              ".tar.gz"))
        (sha256
         (base32
-         "0y566r97sfyvhsmd4yxiz4ns2mqgwf5bdbp56wgxl6wlkidq0wwi"))))
+         "1wnayzzb4vk8rhh9gzhdpd9f64366k4vmbhximavmqqmp3cv2jbp"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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