guix-commits
[Top][All Lists]
Advanced

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

08/329: gnu: ghc-th-abstraction: Update to 0.3.1.0.


From: guix-commits
Subject: 08/329: gnu: ghc-th-abstraction: Update to 0.3.1.0.
Date: Wed, 20 Nov 2019 21:16:49 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 1188eabb1548789ff5efcd4c176feef50f327813
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:41:36 2019 -0400

    gnu: ghc-th-abstraction: Update to 0.3.1.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-th-abstraction): Update to 0.3.1.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 fe4bf14..2da10eb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10217,7 +10217,7 @@ Hashing\" by Claessen, Pałka for details and the 
rationale of the design.")
 (define-public ghc-th-abstraction
   (package
     (name "ghc-th-abstraction")
-    (version "0.2.8.0")
+    (version "0.3.1.0")
     (source
      (origin
        (method url-fetch)
@@ -10226,7 +10226,7 @@ Hashing\" by Claessen, Pałka for details and the 
rationale of the design.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0n17w4q2ykd0nica4sck2wng6md56rfad8x0icl0l8vnzb9nn4ya"))))
+         "1f81w0gshvc816cf9qz0f19jsrzh6wpzmmy317xrgn63dv61p7jb"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/glguy/th-abstraction";)
     (synopsis "Nicer interface for reified information about data types")



reply via email to

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