diff --git a/CHANGELOG.md b/CHANGELOG.md index c8edc9c..c7f197e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.0.1.5 + +- Updated version bounds for dependencies. + # 0.0.1.4 - Added support for GHC 9.10. diff --git a/monoidmap.cabal b/monoidmap.cabal index cbb89aa..a442063 100644 --- a/monoidmap.cabal +++ b/monoidmap.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap -version: 0.0.1.4 +version: 0.0.1.5 bug-reports: https://github.com/jonathanknowles/monoidmap/issues license: Apache-2.0 license-file: LICENSE @@ -45,7 +45,7 @@ common dependency-quickcheck-instances common dependency-quickcheck-monoid-subclasses build-depends:quickcheck-monoid-subclasses >= 0.3.0.0 && < 0.4 common dependency-tasty-bench - build-depends:tasty-bench >= 0.3.2 && < 0.4 + build-depends:tasty-bench >= 0.3.2 && < 0.5 common dependency-tasty-hunit build-depends:tasty-hunit >= 0.10.0.3 && < 0.11 common dependency-text