GNU bug report logs - #51413
[PATCH 00/45] Stackage update to 18.14

Previous Next

Package: guix-patches;

Reported by: Lars-Dominik Braun <lars <at> 6xq.net>

Date: Tue, 26 Oct 2021 12:07:01 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars-Dominik Braun <lars <at> 6xq.net>
To: 51413 <at> debbugs.gnu.org
Subject: [bug#51413] [PATCH 00/45] Stackage update to 18.14
Date: Tue, 26 Oct 2021 14:05:23 +0200
[Message part 1 (text/plain, inline)]
Hi everyone,

this is another episode in the never-ending quest to keep Haskell packages
updated. This series only updates packages on Stackage by running

	guix refresh -u -t stackage 2>&1 | tee upgrades.log

and adjusting dependency changes by hand and then running
etc/committer.scm to create the commits themselves. It looks like
`guix refresh` swallows exceptions and there’s a bug somewhere in the
Stackage updater, so this process needs to be repeated until there are
no more updates.

There is a branch wip-stackage-18.14, which has been run through the CI
successfully: https://ci.guix.gnu.org/jobset/wip-stackage-18.14

Cheers,
Lars

Lars-Dominik Braun (45):
  import: stackage: Update to release 18.14.
  gnu: ghc-tasty-silver: Update to 3.2.3.
  gnu: ghc-cryptohash-md5: Update to 0.11.101.0.
  gnu: ghc-cryptohash-sha256: Update to 0.11.102.1.
  gnu: ghc-puremd5: Update to 2.1.4.
  gnu: ghc-hsopenssl: Update to 0.11.7.2.
  gnu: ghc-wai-extra: Update to 3.1.7.
  gnu: ghc-warp-tls: Update to 3.3.2.
  gnu: ghc-aeson-pretty: Update to 0.8.9.
  gnu: ghc-aeson-qq: Update to 0.8.4.
  gnu: ghc-aeson-compat: Update to 0.3.10.
  gnu: ghc-async: Update to 2.2.4.
  gnu: ghc-blaze-builder: Update to 0.4.2.2.
  gnu: ghc-bytestring-lexing: Update to 0.5.0.7.
  gnu: ghc-cassava-megaparsec: Update to 2.0.4.
  gnu: ghc-esqueleto: Update to 3.5.3.0.
  gnu: ghc-hpack: Update to 0.34.5.
  gnu: ghc-hslua: Update to 1.3.0.2.
  gnu: ghc-ipynb: Update to 0.1.0.2.
  gnu: ghc-juicypixels: Update to 3.3.6.
  gnu: ghc-lzma-conduit: Update to 1.2.2.
  gnu: ghc-mono-traversable: Update to 1.0.15.3.
  gnu: ghc-operational: Update to 0.2.4.0.
  gnu: ghc-emojis: Update to 0.1.2.
  gnu: ghc-doclayout: Update to 0.3.1.1.
  gnu: ghc-pandoc-types: Update to 1.22.1.
  gnu: ghc-persistent: Update to 2.13.2.1.
  gnu: ghc-prettyprinter: Update to 1.7.1.
  gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3.
  gnu: ghc-regex-pcre-builtin: Update to 0.95.2.3.8.44.
  gnu: ghc-semigroupoids: Update to 5.3.6.
  gnu: ghc-stm-chans: Update to 3.0.0.6.
  gnu: ghc-texmath: Update to 0.12.3.2.
  gnu: ghc-tldr: Update to 0.9.2.
  gnu: ghc-tree-diff: Update to 0.2.1.
  gnu: ghc-typed-process: Update to 0.2.6.3.
  gnu: ghc-vector: Update to 0.12.3.1.
  gnu: ghc-x11: Update to 1.10.2.
  gnu: ghc-yaml: Update to 0.11.7.0.
  gnu: ghc-zstd: Update to 0.1.3.0.
  gnu: ghc-commonmark: Update to 0.2.1.1.
  gnu: ghc-commonmark-extensions: Update to 0.2.2.
  gnu: ghc-mysql: Update to 0.2.1.
  gnu: ghc-mysql-simple: Update to 0.4.7.
  gnu: ghc-persistent-postgresql: Update to 2.13.2.1.

 gnu/packages/haskell-check.scm  |  12 +-
 gnu/packages/haskell-crypto.scm |  24 ++--
 gnu/packages/haskell-web.scm    |  26 ++--
 gnu/packages/haskell-xyz.scm    | 228 ++++++++++++++++----------------
 guix/import/stackage.scm        |   2 +-
 5 files changed, 144 insertions(+), 148 deletions(-)

-- 
2.32.0

[0001-import-stackage-Update-to-release-18.14.patch (text/x-diff, attachment)]
[0002-gnu-ghc-tasty-silver-Update-to-3.2.3.patch (text/x-diff, attachment)]
[0003-gnu-ghc-cryptohash-md5-Update-to-0.11.101.0.patch (text/x-diff, attachment)]
[0004-gnu-ghc-cryptohash-sha256-Update-to-0.11.102.1.patch (text/x-diff, attachment)]
[0005-gnu-ghc-puremd5-Update-to-2.1.4.patch (text/x-diff, attachment)]
[0006-gnu-ghc-hsopenssl-Update-to-0.11.7.2.patch (text/x-diff, attachment)]
[0007-gnu-ghc-wai-extra-Update-to-3.1.7.patch (text/x-diff, attachment)]
[0008-gnu-ghc-warp-tls-Update-to-3.3.2.patch (text/x-diff, attachment)]
[0009-gnu-ghc-aeson-pretty-Update-to-0.8.9.patch (text/x-diff, attachment)]
[0010-gnu-ghc-aeson-qq-Update-to-0.8.4.patch (text/x-diff, attachment)]
[0011-gnu-ghc-aeson-compat-Update-to-0.3.10.patch (text/x-diff, attachment)]
[0012-gnu-ghc-async-Update-to-2.2.4.patch (text/x-diff, attachment)]
[0013-gnu-ghc-blaze-builder-Update-to-0.4.2.2.patch (text/x-diff, attachment)]
[0014-gnu-ghc-bytestring-lexing-Update-to-0.5.0.7.patch (text/x-diff, attachment)]
[0015-gnu-ghc-cassava-megaparsec-Update-to-2.0.4.patch (text/x-diff, attachment)]
[0016-gnu-ghc-esqueleto-Update-to-3.5.3.0.patch (text/x-diff, attachment)]
[0017-gnu-ghc-hpack-Update-to-0.34.5.patch (text/x-diff, attachment)]
[0018-gnu-ghc-hslua-Update-to-1.3.0.2.patch (text/x-diff, attachment)]
[0019-gnu-ghc-ipynb-Update-to-0.1.0.2.patch (text/x-diff, attachment)]
[0020-gnu-ghc-juicypixels-Update-to-3.3.6.patch (text/x-diff, attachment)]
[0021-gnu-ghc-lzma-conduit-Update-to-1.2.2.patch (text/x-diff, attachment)]
[0022-gnu-ghc-mono-traversable-Update-to-1.0.15.3.patch (text/x-diff, attachment)]
[0023-gnu-ghc-operational-Update-to-0.2.4.0.patch (text/x-diff, attachment)]
[0024-gnu-ghc-emojis-Update-to-0.1.2.patch (text/x-diff, attachment)]
[0025-gnu-ghc-doclayout-Update-to-0.3.1.1.patch (text/x-diff, attachment)]
[0026-gnu-ghc-pandoc-types-Update-to-1.22.1.patch (text/x-diff, attachment)]
[0027-gnu-ghc-persistent-Update-to-2.13.2.1.patch (text/x-diff, attachment)]
[0028-gnu-ghc-prettyprinter-Update-to-1.7.1.patch (text/x-diff, attachment)]
[0029-gnu-ghc-prettyprinter-ansi-terminal-Update-to-1.1.3.patch (text/x-diff, attachment)]
[0030-gnu-ghc-regex-pcre-builtin-Update-to-0.95.2.3.8.44.patch (text/x-diff, attachment)]
[0031-gnu-ghc-semigroupoids-Update-to-5.3.6.patch (text/x-diff, attachment)]
[0032-gnu-ghc-stm-chans-Update-to-3.0.0.6.patch (text/x-diff, attachment)]
[0033-gnu-ghc-texmath-Update-to-0.12.3.2.patch (text/x-diff, attachment)]
[0034-gnu-ghc-tldr-Update-to-0.9.2.patch (text/x-diff, attachment)]
[0035-gnu-ghc-tree-diff-Update-to-0.2.1.patch (text/x-diff, attachment)]
[0036-gnu-ghc-typed-process-Update-to-0.2.6.3.patch (text/x-diff, attachment)]
[0037-gnu-ghc-vector-Update-to-0.12.3.1.patch (text/x-diff, attachment)]
[0038-gnu-ghc-x11-Update-to-1.10.2.patch (text/x-diff, attachment)]
[0039-gnu-ghc-yaml-Update-to-0.11.7.0.patch (text/x-diff, attachment)]
[0040-gnu-ghc-zstd-Update-to-0.1.3.0.patch (text/x-diff, attachment)]
[0041-gnu-ghc-commonmark-Update-to-0.2.1.1.patch (text/x-diff, attachment)]
[0042-gnu-ghc-commonmark-extensions-Update-to-0.2.2.patch (text/x-diff, attachment)]
[0043-gnu-ghc-mysql-Update-to-0.2.1.patch (text/x-diff, attachment)]
[0044-gnu-ghc-mysql-simple-Update-to-0.4.7.patch (text/x-diff, attachment)]
[0045-gnu-ghc-persistent-postgresql-Update-to-2.13.2.1.patch (text/x-diff, attachment)]

This bug report was last modified 3 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.