|
From: | Lars-Dominik Braun |
Subject: | [bug#51413] [PATCH 00/45] Stackage update to 18.14 |
Date: | Tue, 26 Oct 2021 14:05:23 +0200 |
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
Description: Text Data
0002-gnu-ghc-tasty-silver-Update-to-3.2.3.patch
Description: Text Data
0003-gnu-ghc-cryptohash-md5-Update-to-0.11.101.0.patch
Description: Text Data
0004-gnu-ghc-cryptohash-sha256-Update-to-0.11.102.1.patch
Description: Text Data
0005-gnu-ghc-puremd5-Update-to-2.1.4.patch
Description: Text Data
0006-gnu-ghc-hsopenssl-Update-to-0.11.7.2.patch
Description: Text Data
0007-gnu-ghc-wai-extra-Update-to-3.1.7.patch
Description: Text Data
0008-gnu-ghc-warp-tls-Update-to-3.3.2.patch
Description: Text Data
0009-gnu-ghc-aeson-pretty-Update-to-0.8.9.patch
Description: Text Data
0010-gnu-ghc-aeson-qq-Update-to-0.8.4.patch
Description: Text Data
0011-gnu-ghc-aeson-compat-Update-to-0.3.10.patch
Description: Text Data
0012-gnu-ghc-async-Update-to-2.2.4.patch
Description: Text Data
0013-gnu-ghc-blaze-builder-Update-to-0.4.2.2.patch
Description: Text Data
0014-gnu-ghc-bytestring-lexing-Update-to-0.5.0.7.patch
Description: Text Data
0015-gnu-ghc-cassava-megaparsec-Update-to-2.0.4.patch
Description: Text Data
0016-gnu-ghc-esqueleto-Update-to-3.5.3.0.patch
Description: Text Data
0017-gnu-ghc-hpack-Update-to-0.34.5.patch
Description: Text Data
0018-gnu-ghc-hslua-Update-to-1.3.0.2.patch
Description: Text Data
0019-gnu-ghc-ipynb-Update-to-0.1.0.2.patch
Description: Text Data
0020-gnu-ghc-juicypixels-Update-to-3.3.6.patch
Description: Text Data
0021-gnu-ghc-lzma-conduit-Update-to-1.2.2.patch
Description: Text Data
0022-gnu-ghc-mono-traversable-Update-to-1.0.15.3.patch
Description: Text Data
0023-gnu-ghc-operational-Update-to-0.2.4.0.patch
Description: Text Data
0024-gnu-ghc-emojis-Update-to-0.1.2.patch
Description: Text Data
0025-gnu-ghc-doclayout-Update-to-0.3.1.1.patch
Description: Text Data
0026-gnu-ghc-pandoc-types-Update-to-1.22.1.patch
Description: Text Data
0027-gnu-ghc-persistent-Update-to-2.13.2.1.patch
Description: Text Data
0028-gnu-ghc-prettyprinter-Update-to-1.7.1.patch
Description: Text Data
0029-gnu-ghc-prettyprinter-ansi-terminal-Update-to-1.1.3.patch
Description: Text Data
0030-gnu-ghc-regex-pcre-builtin-Update-to-0.95.2.3.8.44.patch
Description: Text Data
0031-gnu-ghc-semigroupoids-Update-to-5.3.6.patch
Description: Text Data
0032-gnu-ghc-stm-chans-Update-to-3.0.0.6.patch
Description: Text Data
0033-gnu-ghc-texmath-Update-to-0.12.3.2.patch
Description: Text Data
0034-gnu-ghc-tldr-Update-to-0.9.2.patch
Description: Text Data
0035-gnu-ghc-tree-diff-Update-to-0.2.1.patch
Description: Text Data
0036-gnu-ghc-typed-process-Update-to-0.2.6.3.patch
Description: Text Data
0037-gnu-ghc-vector-Update-to-0.12.3.1.patch
Description: Text Data
0038-gnu-ghc-x11-Update-to-1.10.2.patch
Description: Text Data
0039-gnu-ghc-yaml-Update-to-0.11.7.0.patch
Description: Text Data
0040-gnu-ghc-zstd-Update-to-0.1.3.0.patch
Description: Text Data
0041-gnu-ghc-commonmark-Update-to-0.2.1.1.patch
Description: Text Data
0042-gnu-ghc-commonmark-extensions-Update-to-0.2.2.patch
Description: Text Data
0043-gnu-ghc-mysql-Update-to-0.2.1.patch
Description: Text Data
0044-gnu-ghc-mysql-simple-Update-to-0.4.7.patch
Description: Text Data
0045-gnu-ghc-persistent-postgresql-Update-to-2.13.2.1.patch
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |