summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 21:12:22 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:09 +0200
commit5fe52835d926d8fa79495dbd0d6e3e47d07e9bc8 (patch)
treed29d0f86e6973b4755afd5bbd01c1b1e310b370e
parent4112a2e7c44c999cb65270e020fbe8f241874829 (diff)
downloadpatches-5fe52835d926d8fa79495dbd0d6e3e47d07e9bc8.tar
patches-5fe52835d926d8fa79495dbd0d6e3e47d07e9bc8.tar.gz
gnu: ghc-th-abstraction: Update to 0.2.8.0.
* gnu/packages/haskell.scm (ghc-th-abstraction): Update to 0.2.8.0.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ddbd9098d0..ad84eeeff5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5584,7 +5584,7 @@ asynchronous exceptions.")
(define-public ghc-th-abstraction
(package
(name "ghc-th-abstraction")
- (version "0.2.6.0")
+ (version "0.2.8.0")
(source
(origin
(method url-fetch)
@@ -5593,7 +5593,7 @@ asynchronous exceptions.")
version ".tar.gz"))
(sha256
(base32
- "0g42h6wnj2awc5ryhbvx009wd8w75pn66bjzsq1z4s3xajd2hbp5"))))
+ "0n17w4q2ykd0nica4sck2wng6md56rfad8x0icl0l8vnzb9nn4ya"))))
(build-system haskell-build-system)
(home-page "https://github.com/glguy/th-abstraction")
(synopsis "Nicer interface for reified information about data types")