versions 5.0.1 → 5.0.2
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGELOG.md +6/−0
- versions.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 5.0.2 (2022-01-21)++#### Added++- `text-2.0` support.+ ## 5.0.1 (2021-12-08) #### Changed
versions.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: versions-version: 5.0.1+version: 5.0.2 synopsis: Types and parsers for software version numbers. description: A library for parsing and comparing software version numbers. We like to give@@ -42,7 +42,7 @@ build-depends: , base >=4.10 && <4.17 , megaparsec >=7- , text >=1.2+ , text ^>=1.2 || ^>= 2.0 library import: commons