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: 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,