Skip to content

Commit

Permalink
Support GHC 9.8.1. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored Oct 16, 2023
2 parents 7569224 + 5733c4a commit 62d0f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions quickcheck-groups.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62d0f54

Please sign in to comment.