From efeadaf554829e9b8332e933fe4126de7166bf15 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sun, 21 Sep 2025 10:53:04 +0200 Subject: [PATCH 1/2] Bump hashable --- matrix-client.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-client.cabal b/matrix-client.cabal index dc0ac1c..8a187ca 100644 --- a/matrix-client.cabal +++ b/matrix-client.cabal @@ -58,7 +58,7 @@ common lib-depends bytestring >=0.11.3 && <0.13, containers >=0.6.5 && <0.8, exceptions >=0.10.4 && <0.11, - hashable >=1.4.0 && <1.5, + hashable >=1.4.0 && <1.6, http-client >=0.5.0 && <0.8, http-client-tls >=0.2.0 && <0.4, http-types >=0.10.0 && <0.13, From a88cb44257c1e59df238a3b58c417e57911a5717 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sun, 21 Sep 2025 11:02:24 +0200 Subject: [PATCH 2/2] Update CI runner This change should restore the CI. --- .github/workflows/haskell-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 906335f..071dfd0 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -19,7 +19,7 @@ on: jobs: linux: name: Haskell-CI - Linux - ${{ matrix.compiler }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest timeout-minutes: 60 container: