versions 6.0.0 → 6.0.1
raw patch · 3 files changed
+8/−2 lines, 3 files
Files
- CHANGELOG.md +6/−0
- Data/Versions.hs +1/−1
- versions.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 6.0.1 (2023-05-08)++#### Fixed++- Restored the ability to compile with GHC versions earlier than 9.+ ## 6.0.0 (2023-04-29) A number of type changes have been made to improve parsing and comparison logic.
Data/Versions.hs view
@@ -148,7 +148,7 @@ mFromV (Version me (Chunks v) r _) = case me of Nothing -> f Just e ->- let cs = NEL.singleton . MDigit e $ showt e+ let cs = (:| []) . MDigit e $ showt e in Mess cs $ Just (VColon, f) where f :: Mess
versions.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: versions-version: 6.0.0+version: 6.0.1 synopsis: Types and parsers for software version numbers. description: A library for parsing and comparing software version numbers. We like to give