guix-commits
[Top][All Lists]
Advanced

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

214/328: gnu: ghc-free: Update to 5.1.2.


From: guix-commits
Subject: 214/328: gnu: ghc-free: Update to 5.1.2.
Date: Sat, 16 Nov 2019 19:33:10 -0500 (EST)

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

commit d6950ddbe1ca2f0b1884a4b151b646cfbcb3ed35
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:18:14 2019 -0400

    gnu: ghc-free: Update to 5.1.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-free): Update to 5.1.2.
---
 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 f692b8d..d0a80c6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3735,7 +3735,7 @@ Foundation has the following goals:
 (define-public ghc-free
   (package
     (name "ghc-free")
-    (version "5.0.2")
+    (version "5.1.2")
     (source
      (origin
        (method url-fetch)
@@ -3745,7 +3745,7 @@ Foundation has the following goals:
              ".tar.gz"))
        (sha256
         (base32
-         "15m3n9vhz7z3kzv1w3wlfa3x8jp4cbrkwmrcjr7jlx39iqffn1gg"))))
+         "0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-prelude-extras" ,ghc-prelude-extras)



reply via email to

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