Skip to content

Commit d8a0740

Browse files
Prepare new release. (#41)
2 parents 71d08e5 + 4ef45bb commit d8a0740

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.1.5
2+
3+
- Bumped upper version bounds of dependencies.
4+
15
# 0.0.1.4
26

37
- Added support for GHC `9.12`.

quickcheck-groups.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: quickcheck-groups
3-
version: 0.0.1.4
3+
version: 0.0.1.5
44
bug-reports: https://github.com/jonathanknowles/quickcheck-groups/issues
55
license: Apache-2.0
66
license-file: LICENSE
@@ -27,7 +27,7 @@ common dependency-groups
2727
common dependency-pretty-show
2828
build-depends:pretty-show >= 1.10 && < 1.11
2929
common dependency-QuickCheck
30-
build-depends:QuickCheck >= 2.14.2 && < 2.16
30+
build-depends:QuickCheck >= 2.14.2 && < 2.17
3131
common dependency-quickcheck-classes
3232
build-depends:quickcheck-classes >= 0.6.5.0 && < 0.7
3333
common dependency-semigroupoids

0 commit comments

Comments
 (0)