File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3333 - ' 9.4'
3434 - ' 9.6'
3535 - ' 9.8'
36+ - ' 9.10'
3637 exclude :
3738 # TODO: https://github.com/haskell-actions/setup/issues/77
3839 # To work around the above issue, we exclude the following versions:
@@ -115,7 +116,7 @@ jobs:
115116 if : |
116117 github.ref == 'refs/heads/main'
117118 && matrix.os == 'ubuntu-latest'
118- && matrix.ghc == '9.8 '
119+ && matrix.ghc == '9.10 '
119120 run : >
120121 mv ${{ env.cabal-build-dir }}/build/*/*/*/doc/html/* gh-pages
121122
@@ -125,7 +126,7 @@ jobs:
125126 if : |
126127 github.ref == 'refs/heads/main'
127128 && matrix.os == 'ubuntu-latest'
128- && matrix.ghc == '9.8 '
129+ && matrix.ghc == '9.10 '
129130 uses : JamesIves/github-pages-deploy-action@v4
130131 with :
131132 branch : gh-pages
Original file line number Diff line number Diff line change 1+ # 0.0.1.3
2+
3+ - Added support for GHC ` 9.10 ` .
4+
15# 0.0.1.2
26
37- Bumped upper version bounds of dependencies.
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : quickcheck-groups
3- version : 0.0.1.2
3+ version : 0.0.1.3
44bug-reports : https://github.com/jonathanknowles/quickcheck-groups/issues
55license : Apache-2.0
66license-file : LICENSE
@@ -19,7 +19,7 @@ extra-doc-files:
1919 README.md
2020
2121common dependency-base
22- build-depends :base >= 4.14.3.0 && < 4.20
22+ build-depends :base >= 4.14.3.0 && < 4.21
2323common dependency-hspec
2424 build-depends :hspec >= 2.10.7 && < 2.12
2525common dependency-groups
You can’t perform that action at this time.
0 commit comments