guix-commits
[Top][All Lists]
Advanced

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

134/328: gnu: ghc-distributive: Update to 0.6.1.


From: guix-commits
Subject: 134/328: gnu: ghc-distributive: Update to 0.6.1.
Date: Sat, 16 Nov 2019 19:32:42 -0500 (EST)

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

commit a95f9e593c7246911cadbc2e4dfc637462bc9a0c
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.
    [arguments]: Remove '#:cabal-revision'.
---
 gnu/packages/haskell-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3619370..3654683 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2652,7 +2652,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)
@@ -2662,11 +2662,8 @@ disk space usage.")
              ".tar.gz"))
        (sha256
         (base32
-         "0y566r97sfyvhsmd4yxiz4ns2mqgwf5bdbp56wgxl6wlkidq0wwi"))))
+         "1wnayzzb4vk8rhh9gzhdpd9f64366k4vmbhximavmqqmp3cv2jbp"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:cabal-revision
-       ("6" "06bd38rf31yrvvy989r44pm0id3dsxwcp6nxg7wk6ccj3n2b8rzk")))
     (inputs
      `(("ghc-tagged" ,ghc-tagged)
        ("ghc-base-orphans" ,ghc-base-orphans)



reply via email to

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