From 5f38515d1e990d4b2cee97d2825de92891e80608 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Mon, 16 Oct 2023 13:17:43 +0000 Subject: [PATCH 1/2] Update upper bounds of dependencies. --- quickcheck-groups.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickcheck-groups.cabal b/quickcheck-groups.cabal index 8427d5b..35f9fe2 100644 --- a/quickcheck-groups.cabal +++ b/quickcheck-groups.cabal @@ -19,9 +19,9 @@ extra-source-files: README.md common dependency-base - build-depends:base >= 4.14.3.0 && < 4.19 + build-depends:base >= 4.14.3.0 && < 4.20 common dependency-hspec - build-depends:hspec >= 2.10.7 && < 2.11 + build-depends:hspec >= 2.10.7 && < 2.12 common dependency-groups build-depends:groups >= 0.5.3 && < 0.6 common dependency-pretty-show From 5733c4a8ad96937c987726acdb2e6939c0b8b155 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Mon, 16 Oct 2023 13:18:21 +0000 Subject: [PATCH 2/2] Update GHC versions in build matrix. --- .github/workflows/build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08af66f..61f8ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,14 +30,15 @@ jobs: - 8.10.7 - 9.0.2 - 9.2.8 - - 9.4.5 - - 9.6.2 + - 9.4.7 + - 9.6.3 + - 9.8.1 steps: - name: Checkout uses: actions/checkout@v3 - name: Environment - uses: haskell/actions/setup@v2 + uses: haskell-actions/setup@v2 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} @@ -107,7 +108,7 @@ jobs: if: | github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' - && matrix.ghc == '9.6.2' + && matrix.ghc == '9.8.1' run: > mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages @@ -117,7 +118,7 @@ jobs: if: | github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' - && matrix.ghc == '9.6.2' + && matrix.ghc == '9.8.1' uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages