guix-commits
[Top][All Lists]
Advanced

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

76/272: gnu: ghc-th-expand-syns: Update to 0.4.4.0.


From: Ricardo Wurmus
Subject: 76/272: gnu: ghc-th-expand-syns: Update to 0.4.4.0.
Date: Mon, 1 Oct 2018 06:13:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 46f8898118ae2b27d42c005a520064d5c53c0ab9
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:37:49 2018 -0400

    gnu: ghc-th-expand-syns: Update to 0.4.4.0.
    
    * gnu/packages/haskell.scm (ghc-th-expand-syns): Update to 0.4.4.0.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a555cea..2601db0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5682,7 +5682,7 @@ instances.  This package provides orphan instances for 
@code{containers},
 (define-public ghc-th-expand-syns
   (package
     (name "ghc-th-expand-syns")
-    (version "0.4.0.0")
+    (version "0.4.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5690,7 +5690,7 @@ instances.  This package provides orphan instances for 
@code{containers},
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1sjy7a17zwyvlbkc8gklii67sy78wpnw35fyb00lsbnpk4cryd2r"))))
+                "01prlvh3py5hq5ccjidfyp9ixq2zd88dkbsidyjrpkja6v8m43yc"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)))



reply via email to

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