summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 00:41:36 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:54 -0500
commit1188eabb1548789ff5efcd4c176feef50f327813 (patch)
tree955e121b3dd6a00122fec83e68e9c85e7d8dd452
parentbc82e9f56fe7d2e54728abb5dd8d2c6061ae4d2f (diff)
downloadguix-patches-1188eabb1548789ff5efcd4c176feef50f327813.tar
guix-patches-1188eabb1548789ff5efcd4c176feef50f327813.tar.gz
gnu: ghc-th-abstraction: Update to 0.3.1.0.
* gnu/packages/haskell-xyz.scm (ghc-th-abstraction): Update to 0.3.1.0.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fe4bf14bd6..2da10eb68e 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")