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