guix-commits
[Top][All Lists]
Advanced

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

40/249: gnu: ghc-tagged: Update to 0.8.6.


From: guix-commits
Subject: 40/249: gnu: ghc-tagged: Update to 0.8.6.
Date: Thu, 31 Oct 2019 23:49:23 -0400 (EDT)

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

commit eca3c51622695038104900d0f6f76e98cf8b2dfc
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:43:06 2019 -0400

    gnu: ghc-tagged: Update to 0.8.6.
    
    * gnu/packages/haskell-xyz.scm (ghc-tagged): Update to 0.8.6.
---
 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 11f4993..1726fd7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9961,7 +9961,7 @@ increasing type safety.")
 (define-public ghc-tagged
   (package
     (name "ghc-tagged")
-    (version "0.8.5")
+    (version "0.8.6")
     (source
      (origin
        (method url-fetch)
@@ -9971,7 +9971,7 @@ increasing type safety.")
              ".tar.gz"))
        (sha256
         (base32
-         "16cdzh0bw16nvjnyyy5j9s60malhz4nnazw96vxb0xzdap4m2z74"))))
+         "1pciqzxf9ncv954v4r527xkxkn7r5hcr13mfw5dg1xjci3qdw5md"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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