summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:59:01 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:04 -0500
commit32d4a6ae5531f952d9f139119f20c12997e75401 (patch)
treea683c89a3d7198e29bce38902ac04e16f30f6fb0
parent3ad67f6b3a84c9e02dc21bbf653b55160f40dade (diff)
downloadpatches-32d4a6ae5531f952d9f139119f20c12997e75401.tar
patches-32d4a6ae5531f952d9f139119f20c12997e75401.tar.gz
gnu: ghc-th-reify-many: Update to 0.1.9.
* gnu/packages/haskell-xyz.scm (ghc-th-reify-many): Update to 0.1.9.
-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 ad0383c793..bad70138cd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10442,7 +10442,7 @@ package is similar to the @code{threadmanager}, @code{async} and
(define-public ghc-th-reify-many
(package
(name "ghc-th-reify-many")
- (version "0.1.8")
+ (version "0.1.9")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -10450,7 +10450,7 @@ package is similar to the @code{threadmanager}, @code{async} and
version ".tar.gz"))
(sha256
(base32
- "0hzy6hvhvcd6i60vx5cp2b7ggmnnjh9rx4h8bm8xw4grglcaxjnf"))))
+ "0hxf56filzqnyrc8q7766vai80y6cgrrbrczx6n93caskl1dv2gq"))))
(build-system haskell-build-system)
(inputs
`(("ghc-safe" ,ghc-safe)