guix-commits
[Top][All Lists]
Advanced

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

04/33: gnu: ghc-bytestring-builder: Update to 0.10.8.1.0.


From: Tobias Geerinckx-Rice
Subject: 04/33: gnu: ghc-bytestring-builder: Update to 0.10.8.1.0.
Date: Tue, 5 Dec 2017 10:38:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 934dc8d2e4d3abd613b96525e528a4e8dbae9b92
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 1 07:55:39 2017 +0100

    gnu: ghc-bytestring-builder: Update to 0.10.8.1.0.
    
    * gnu/packages/haskell.scm (ghc-bytestring-builder): Update to 0.10.8.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 ac22da4..ec505cf 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3764,7 +3764,7 @@ Haskell, based on complemented PATRICIA tries.")
 (define-public ghc-bytestring-builder
   (package
     (name "ghc-bytestring-builder")
-    (version "0.10.6.0.0")
+    (version "0.10.8.1.0")
     (source
      (origin
        (method url-fetch)
@@ -3773,7 +3773,7 @@ Haskell, based on complemented PATRICIA tries.")
              "/bytestring-builder-" version ".tar.gz"))
        (sha256
         (base32
-         "1mkg24zl0rapb3gqzkyj5ibp07wx3yzd72hmfczssl0is63rjhww"))))
+         "1hnvjac28y44yn78c9vdp1zvrknvlw98ky3g4n5vivr16rvh8x3d"))))
     (build-system haskell-build-system)
     (arguments `(#:haddock? #f)) ; Package contains no documentation.
     (home-page "https://hackage.haskell.org/package/bytestring-builder";)



reply via email to

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