versions 6.0.6 → 6.0.7
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +6/−0
- versions.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 6.0.7 (2024-06-03)++#### Changed++- Bumped upper bound on `base`.+ ## 6.0.6 (2024-03-08) #### Fixed
versions.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: versions-version: 6.0.6+version: 6.0.7 synopsis: Types and parsers for software version numbers. description: A library for parsing and comparing software version numbers. We like to give@@ -40,7 +40,7 @@ -Wincomplete-uni-patterns build-depends:- , base >=4.10 && <4.20+ , base >=4.10 && <4.21 , megaparsec >=7 , text ^>=1.2 || >= 2.0 && < 2.2 , template-haskell >= 2.15