summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:30:41 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:18 -0500
commite4c92f28255857db561f52e74f5ac7f58e16dbb3 (patch)
tree60ffcc68355450115638c07be8b55522c2f199a9 /gnu
parente4ede35b9c5f02d9f2dedad0f9baa32d40d41c89 (diff)
downloadguix-e4c92f28255857db561f52e74f5ac7f58e16dbb3.tar.gz
gnu: ghc-distributive: Update to 0.6.1.
* gnu/packages/haskell-xyz.scm (ghc-distributive): Update to 0.6.1.
[arguments]: Remove '#:cabal-revision'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3619370b15..3654683188 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)