guix-commits
[Top][All Lists]
Advanced

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

202/290: gnu: ghc-invariant: Update to 0.5.3.


From: guix-commits
Subject: 202/290: gnu: ghc-invariant: Update to 0.5.3.
Date: Wed, 6 Nov 2019 08:23:09 -0500 (EST)

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

commit 117c182834baed66f3c789c02f315aad1f8d98d3
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:17:15 2019 -0400

    gnu: ghc-invariant: Update to 0.5.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-invariant): Update to 0.5.3.
---
 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 ece8ac9..b508ad0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5358,7 +5358,7 @@ example code on the home page for a quick introduction.")
 (define-public ghc-invariant
   (package
     (name "ghc-invariant")
-    (version "0.5.1")
+    (version "0.5.3")
     (source
      (origin
        (method url-fetch)
@@ -5367,7 +5367,7 @@ example code on the home page for a quick introduction.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0aqj7z55632qdg45074kgn9qfdxzb0a2f8lgjzr0l0i4mm2rr37b"))))
+         "03245nhcqxx6b0yw81fzqaqd7cgllmx8awzhvs2xv7ys73pmsgnp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-bifunctors" ,ghc-bifunctors)



reply via email to

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