guix-commits
[Top][All Lists]
Advanced

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

149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0.


From: Ricardo Wurmus
Subject: 149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0.
Date: Tue, 13 Feb 2018 07:38:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 165e5f6ef51a094c08ee4df27df4bb99abeae1ec
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 11:31:55 2018 +0100

    gnu: ghc-th-expand-syns: Update to 0.4.0.0.
    
    * gnu/packages/haskell.scm (ghc-th-expand-syns): Update to 0.4.0.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 d9a4ff6..2762c16 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5201,7 +5201,7 @@ instances.  This package provides orphan instances for 
@code{containers},
 (define-public ghc-th-expand-syns
   (package
     (name "ghc-th-expand-syns")
-    (version "0.3.0.6")
+    (version "0.4.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5209,7 +5209,7 @@ instances.  This package provides orphan instances for 
@code{containers},
                                   version ".tar.gz"))
               (sha256
                (base32
-                "03qv93pyqk8all39knsf0mzmbfdck5x61kqnyn8rbisw5c1ymx6j"))))
+                "1sjy7a17zwyvlbkc8gklii67sy78wpnw35fyb00lsbnpk4cryd2r"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)))



reply via email to

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