samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit a0560c8d17c0efb0d8827be50ae0801840f3387e
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:20:22 2019 -0400
gnu: ghc-blaze-html: Update to 0.9.1.2.
* gnu/packages/haskell-web.scm (ghc-blaze-html): Update to 0.9.1.2.
---
gnu/packages/haskell-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 81f503b..bacc24f 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -741,7 +741,7 @@ documents.")
(define-public ghc-blaze-html
(package
(name "ghc-blaze-html")
- (version "0.9.1.1")
+ (version "0.9.1.2")
(source
(origin
(method url-fetch)
@@ -750,7 +750,7 @@ documents.")
version ".tar.gz"))
(sha256
(base32
- "06xv8fqhclfjj61z74cgggn4lmx1s7diakxg84mnkgfvk11983pa"))))
+ "0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
(build-system haskell-build-system)
(inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder)