guix-commits
[Top][All Lists]
Advanced

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

52/257: gnu: ghc-blaze-builder: Update to 0.4.1.0.


From: Ricardo Wurmus
Subject: 52/257: gnu: ghc-blaze-builder: Update to 0.4.1.0.
Date: Thu, 27 Sep 2018 15:46:57 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 5ca92acec3e300fbc836c03b9e87e5be1b2a774b
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:10:12 2018 -0400

    gnu: ghc-blaze-builder: Update to 0.4.1.0.
    
    * gnu/packages/haskell.scm (ghc-blaze-builder): Update to 0.4.1.0.
---
 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 b778e60..2d6b9eb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4209,7 +4209,7 @@ pragmas in your code.")
 (define-public ghc-blaze-builder
   (package
     (name "ghc-blaze-builder")
-    (version "0.4.0.2")
+    (version "0.4.1.0")
     (source
      (origin
        (method url-fetch)
@@ -4219,7 +4219,7 @@ pragmas in your code.")
              ".tar.gz"))
        (sha256
         (base32
-         "1m33y6p5xldni8p4fzg8fmsyqvkfmnimdamr1xjnsmgm3dkf9lws"))))
+         "05681dih2d8s96an945wkbwl05w8ddbcfx8n3r3ck79ydyb8pz4i"))))
     (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]