[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2.
From: |
guix-commits |
Subject: |
13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2. |
Date: |
Tue, 2 Nov 2021 05:07:49 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 28ba576ff564c4cd4565a2b1b92607e5d509cd62
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:35 2021 +0200
gnu: ghc-blaze-builder: Update to 0.4.2.2.
* gnu/packages/haskell-xyz.scm (ghc-blaze-builder): Update to 0.4.2.2.
[inputs]: Remove ghc-utf8-string; add ghc-bytestring-builder and
ghc-semigroups.
[native-inputs]: Add ghc-hunit, ghc-quickcheck, ghc-test-framework,
ghc-test-framework-hunit, ghc-test-framework-quickcheck2, and
ghc-utf8-string.
---
gnu/packages/haskell-xyz.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 561080d..67e5606 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1129,7 +1129,7 @@ functions.")
(define-public ghc-blaze-builder
(package
(name "ghc-blaze-builder")
- (version "0.4.2.1")
+ (version "0.4.2.2")
(source
(origin
(method url-fetch)
@@ -1139,11 +1139,18 @@ functions.")
".tar.gz"))
(sha256
(base32
- "01hbx82djckj2x74sk9kc79111djq7f2af3zl5i21y9zkjy8js3f"))))
+ "0rxg6vjr0ji6g1nngrqpl4k1q9w66fwkhld9cqm5yfhx0a69kp1c"))))
(build-system haskell-build-system)
- (arguments `(#:tests? #f)) ; FIXME: Missing test libraries.
(inputs
- `(("ghc-utf8-string" ,ghc-utf8-string)))
+ `(("ghc-bytestring-builder" ,ghc-bytestring-builder)
+ ("ghc-semigroups" ,ghc-semigroups)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
+ ("ghc-utf8-string" ,ghc-utf8-string)))
(home-page "https://github.com/lpsmith/blaze-builder")
(synopsis "Efficient buffered output")
(description "This library provides an implementation of the older
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., (continued)
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., guix-commits, 2021/11/02
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7., guix-commits, 2021/11/02
- 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1., guix-commits, 2021/11/02
- 08/45: gnu: ghc-warp-tls: Update to 3.3.2., guix-commits, 2021/11/02
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., guix-commits, 2021/11/02
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2., guix-commits, 2021/11/02
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/11/02
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2.,
guix-commits <=
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/11/02
- 22/45: gnu: ghc-mono-traversable: Update to 1.0.15.3., guix-commits, 2021/11/02
- 20/45: gnu: ghc-juicypixels: Update to 3.3.6., guix-commits, 2021/11/02
- 25/45: gnu: ghc-doclayout: Update to 0.3.1.1., guix-commits, 2021/11/02
- 35/45: gnu: ghc-tree-diff: Update to 0.2.1., guix-commits, 2021/11/02
- 33/45: gnu: ghc-texmath: Update to 0.12.3.2., guix-commits, 2021/11/02
- 23/45: gnu: ghc-operational: Update to 0.2.4.0., guix-commits, 2021/11/02
- 26/45: gnu: ghc-pandoc-types: Update to 1.22.1., guix-commits, 2021/11/02
- 30/45: gnu: ghc-regex-pcre-builtin: Update to 0.95.2.3.8.44., guix-commits, 2021/11/02
- 37/45: gnu: ghc-vector: Update to 0.12.3.1., guix-commits, 2021/11/02