Skip to content

Commit e92bc5e

Browse files
Bump upper version bounds of dependencies. (#89)
2 parents 3cf3c24 + 462dfa2 commit e92bc5e

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.3.0.3
2+
3+
- Revised upper bounds for package dependencies.
4+
15
# 0.3.0.2
26

37
- Revised upper bounds for package dependencies.

quickcheck-monoid-subclasses.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-monoid-subclasses
3-
version: 0.3.0.2
3+
version: 0.3.0.3
44
bug-reports: https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
55
license: Apache-2.0
66
license-file: LICENSE
@@ -33,7 +33,7 @@ common dependency-monoid-subclasses
3333
common dependency-pretty-show
3434
build-depends:pretty-show >= 1.10 && < 1.11
3535
common dependency-QuickCheck
36-
build-depends:QuickCheck >= 2.14.2 && < 2.15
36+
build-depends:QuickCheck >= 2.14.2 && < 2.16
3737
common dependency-quickcheck-classes
3838
build-depends:quickcheck-classes >= 0.6.5.0 && < 0.7
3939
common dependency-quickcheck-instances

0 commit comments

Comments
 (0)