packages feed

versions 6.0.8 → 6.0.9

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~basedep ~textPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, text

API changes (from Hackage documentation)

- Data.Versions: type Traversal' s a = forall f. Applicative f => (a -> f a) -> s -> f s
+ Data.Versions: type Traversal' s a = forall (f :: Type -> Type). Applicative f => a -> f a -> s -> f s

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 6.0.9 (2026-04-25)++#### Changed++- Bumped upper bound on `base`.+ ## 6.0.8 (2025-02-03)  #### Changed
versions.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               versions-version:            6.0.8+version:            6.0.9 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.22+    , base        >=4.10 && <5     , megaparsec  >=7-    , text        ^>=1.2 || >= 2.0 && < 2.2+    , text        ^>=1.2 || >= 2.0      , template-haskell >= 2.15  library