guix-commits
[Top][All Lists]
Advanced

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

150/177: gnu: ghc-th-reify-many: Update to 0.1.6.


From: Ricardo Wurmus
Subject: 150/177: gnu: ghc-th-reify-many: Update to 0.1.6.
Date: Tue, 13 Feb 2018 07:38:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9e21b4a8b82b326aaaf74c14508fbb979fa275c5
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 11:32:16 2018 +0100

    gnu: ghc-th-reify-many: Update to 0.1.6.
    
    * gnu/packages/haskell.scm (ghc-th-reify-many): Update to 0.1.6.
---
 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 2762c16..2e0b3c2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5223,7 +5223,7 @@ instances.  This package provides orphan instances for 
@code{containers},
 (define-public ghc-th-reify-many
   (package
     (name "ghc-th-reify-many")
-    (version "0.1.3")
+    (version "0.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5231,7 +5231,7 @@ instances.  This package provides orphan instances for 
@code{containers},
                                   version ".tar.gz"))
               (sha256
                (base32
-                "00hryljcs434wcv1vaamfdbjk857f46djxv7mlwplkl3zsmfhlfx"))))
+                "1b76zjxkj0v0n8zj9l0nwav2irm0c43rx6qjihfw8klmmxvx59df"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-mtl" ,ghc-mtl)



reply via email to

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