samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 561a2c4b9eba329021405e60ded2d50dea622d1b
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:19:22 2019 -0400
gnu: ghc-blaze-markup: Update to 0.8.2.3.
* gnu/packages/haskell-xyz.scm (ghc-blaze-markup): Update to 0.8.2.3.
---
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 176286f..2ead9ae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -853,7 +853,7 @@ interoperate with code that uses the new implementation.")
(define-public ghc-blaze-markup
(package
(name "ghc-blaze-markup")
- (version "0.8.2.1")
+ (version "0.8.2.3")
(source
(origin
(method url-fetch)
@@ -862,7 +862,7 @@ interoperate with code that uses the new implementation.")
version ".tar.gz"))
(sha256
(base32
- "0ih1c3qahkdgzbqihdhny5s313l2m66fbb88w8jbx7yz56y7rawh"))))
+ "1g9m7ansj7fdyzhz1wqkbzn5amjm50vjgjdwkbjc5qqhagnv1y3j"))))
(build-system haskell-build-system)
(arguments
`(#:phases