versions 6.0.3 → 6.0.4
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~basedep ~text
Dependency ranges changed: base, text
Files
- CHANGELOG.md +6/−0
- versions.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 6.0.4 (2023-12-29)++#### Changed++- Bump dependencies to support GHC 9.8.+ ## 6.0.3 (2023-10-23) #### Added
versions.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: versions-version: 6.0.3+version: 6.0.4 synopsis: Types and parsers for software version numbers. description: A library for parsing and comparing software version numbers. We like to give@@ -40,9 +40,9 @@ -Wincomplete-uni-patterns build-depends:- , base >=4.10 && <4.19+ , base >=4.10 && <4.20 , megaparsec >=7- , text ^>=1.2 || ^>= 2.0+ , text ^>=1.2 || >= 2.0 && < 2.2 , template-haskell >= 2.15 library