samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 41337cd134d2a7050501af49c7ce0ba4e066714a
Author: Timothy Sample <[email protected]>
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 39c1a07..b2c2bfd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10179,7 +10179,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)
@@ -10188,7 +10188,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")