[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/290: gnu: ghc-bytestring-builder: Update to 0.10.8.2.0.
From: |
guix-commits |
Subject: |
04/290: gnu: ghc-bytestring-builder: Update to 0.10.8.2.0. |
Date: |
Wed, 6 Nov 2019 08:22:14 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9ab860d9582346e22ec3cbf63ad92909f4c7ac35
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 00:31:21 2019 -0400
gnu: ghc-bytestring-builder: Update to 0.10.8.2.0.
* gnu/packages/haskell-xyz.scm (ghc-bytestring-builder): Update to
0.10.8.2.0.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 454121d..0bec20c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1011,7 +1011,7 @@ serialization code.")
(define-public ghc-bytestring-builder
(package
(name "ghc-bytestring-builder")
- (version "0.10.8.1.0")
+ (version "0.10.8.2.0")
(source
(origin
(method url-fetch)
@@ -1020,7 +1020,7 @@ serialization code.")
"/bytestring-builder-" version ".tar.gz"))
(sha256
(base32
- "1hnvjac28y44yn78c9vdp1zvrknvlw98ky3g4n5vivr16rvh8x3d"))))
+ "0grcrgwwwcvwrs9az7l4d3kf0lsqfa9qpmjzf6iyanvwn9nyzyi7"))))
(build-system haskell-build-system)
(arguments `(#:haddock? #f)) ; Package contains no documentation.
(home-page "https://hackage.haskell.org/package/bytestring-builder")
- branch wip-haskell-updates created (now 1f689c2), guix-commits, 2019/11/06
- 02/290: gnu: cabal-doctest: Update to 1.0.8., guix-commits, 2019/11/06
- 04/290: gnu: ghc-bytestring-builder: Update to 0.10.8.2.0.,
guix-commits <=
- 05/290: gnu: ghc-happy: Update to 1.19.12., guix-commits, 2019/11/06
- 01/290: gnu: Use GHC 8.6.5 as the main Haskell compiler., guix-commits, 2019/11/06
- 03/290: gnu: ghc-data-accessor: Update to 0.2.2.8., guix-commits, 2019/11/06
- 11/290: gnu: ghc-parser-combinators: Update to 1.1.0., guix-commits, 2019/11/06
- 10/290: gnu: ghc-polyparse: Update to 1.12.1., guix-commits, 2019/11/06
- 13/290: gnu: ghc-unliftio-core: Update to 0.1.2.0., guix-commits, 2019/11/06
- 16/290: gnu: ghc-silently: Update to 1.2.5.1., guix-commits, 2019/11/06
- 06/290: gnu: ghc-file-embed: Update to 0.0.11., guix-commits, 2019/11/06
- 07/290: gnu: ghc-unix-compat: Update to 0.5.2., guix-commits, 2019/11/06
- 08/290: gnu: ghc-th-abstraction: Update to 0.3.1.0., guix-commits, 2019/11/06