samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 258f3237e9cad8f959e894436e7636465fee2ad2
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 09:59:01 2019 -0400
gnu: ghc-th-reify-many: Update to 0.1.9.
* gnu/packages/haskell-xyz.scm (ghc-th-reify-many): Update to 0.1.9.
---
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 6f3d1b7..2fdc9d1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10404,7 +10404,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/"
@@ -10412,7 +10412,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)