Skip to content

Commit

Permalink
Bump upper version bounds of dependencies. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored Apr 24, 2024
2 parents 9f7d767 + 2d20959 commit d0e53d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.1.3

- Updated version bounds for dependencies.

# 0.0.1.2

- Updated version bounds for dependencies.
Expand Down
4 changes: 2 additions & 2 deletions monoidmap.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: monoidmap
version: 0.0.1.2
version: 0.0.1.3
bug-reports: https://github.com/jonathanknowles/monoidmap/issues
license: Apache-2.0
license-file: LICENSE
Expand Down Expand Up @@ -35,7 +35,7 @@ common dependency-nothunks
common dependency-pretty-show
build-depends:pretty-show >= 1.10 && < 1.11
common dependency-QuickCheck
build-depends:QuickCheck >= 2.14.2 && < 2.15
build-depends:QuickCheck >= 2.14.2 && < 2.16
common dependency-quickcheck-classes
build-depends:quickcheck-classes >= 0.6.5.0 && < 0.7
common dependency-quickcheck-groups
Expand Down

0 comments on commit d0e53d9

Please sign in to comment.