guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

113/177: gnu: ghc-blaze-html: Update to 0.8.1.2.


From: Ricardo Wurmus
Subject: 113/177: gnu: ghc-blaze-html: Update to 0.8.1.2.
Date: Tue, 13 Feb 2018 07:38:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 31b49f51c2fd361a659e1549bd1a0edc5f74b002
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:06:26 2018 +0100

    gnu: ghc-blaze-html: Update to 0.8.1.2.
    
    * gnu/packages/haskell-web.scm (ghc-blaze-html): Update to 0.8.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 e27ba6c..8aaa435 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -701,7 +701,7 @@ Strict, Transitional and Frameset variants.")
 (define-public ghc-blaze-html
   (package
     (name "ghc-blaze-html")
-    (version "0.8.1.1")
+    (version "0.8.1.2")
     (source
      (origin
        (method url-fetch)
@@ -711,7 +711,7 @@ Strict, Transitional and Frameset variants.")
              ".tar.gz"))
        (sha256
         (base32
-         "1dnw50kh0s405cg9i2y4a8awanhj3bqzk21jwgfza65kcjby7lpq"))))
+         "1dzjgsvfgz9d944z8af9lsl8h5as72vsyc0m4nzkks8jh6rr5vpp"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]