guix-commits
[Top][All Lists]
Advanced

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

55/290: gnu: ghc-th-expand-syns: Update to 0.4.5.0.


From: guix-commits
Subject: 55/290: gnu: ghc-th-expand-syns: Update to 0.4.5.0.
Date: Wed, 6 Nov 2019 08:22:27 -0500 (EST)

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

commit 7f58b5918098c29799a4efe0b589cf9c694fc20f
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:55:25 2019 -0400

    gnu: ghc-th-expand-syns: Update to 0.4.5.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-th-expand-syns): Update to 0.4.5.0.
---
 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 d81bacc..7aa5d32 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10268,7 +10268,7 @@ Template Haskell.")
 (define-public ghc-th-expand-syns
   (package
     (name "ghc-th-expand-syns")
-    (version "0.4.4.0")
+    (version "0.4.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -10276,7 +10276,7 @@ Template Haskell.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "01prlvh3py5hq5ccjidfyp9ixq2zd88dkbsidyjrpkja6v8m43yc"))))
+                "1p4wfyycan8zsp9wi7npx36qwbfsbcgdyxi3ii51scf69dkrx42y"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)))



reply via email to

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