guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: ghc-blaze-builder: Update to 0.4.0.2.


From: Tobias Geerinckx-Rice
Subject: 06/07: gnu: ghc-blaze-builder: Update to 0.4.0.2.
Date: Fri, 1 Dec 2017 10:10:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3f691f71965f35891932a32b54a8ca4c32e3221f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 1 06:24:35 2017 +0100

    gnu: ghc-blaze-builder: Update to 0.4.0.2.
    
    * gnu/packages/haskell.scm (ghc-blaze-builder): Update to 0.4.0.2.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index eee5e92..e9a86e2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3481,7 +3481,7 @@ pragmas in your code.")
 (define-public ghc-blaze-builder
   (package
     (name "ghc-blaze-builder")
-    (version "0.4.0.1")
+    (version "0.4.0.2")
     (source
      (origin
        (method url-fetch)
@@ -3491,7 +3491,7 @@ pragmas in your code.")
              ".tar.gz"))
        (sha256
         (base32
-         "1id3w33x9f7q5m3xpggmvzw03bkp94bpfyz81625bldqgf3yqdn1"))))
+         "1m33y6p5xldni8p4fzg8fmsyqvkfmnimdamr1xjnsmgm3dkf9lws"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))          ; FIXME: Missing test libraries.
     (inputs



reply via email to

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