packages feed

filepath-bytestring 1.5.2.0.1 → 1.5.2.0.2

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,9 @@+filepath-bytestring (1.5.2.0.2) unstable; urgency=medium++  * Relax bounds to allow base-4.20 (ghc 9.10.1).++ -- Joey Hess <id@joeyh.name>  Mon, 20 Jan 2025 19:42:24 -0400+ filepath-bytestring (1.5.2.0.1) unstable; urgency=medium    * Relax bounds on filepath to all versions for which test suite passes.
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name:           filepath-bytestring-version:        1.5.2.0.1+version:        1.5.2.0.2 -- NOTE: Don't forget to update CHANGELOG and the filepath dependency below license:        BSD3 license-file:   LICENSE@@ -53,7 +53,7 @@         System.FilePath.Windows.ByteString      build-depends:-        base >= 4 && < 4.20,+        base >= 4 && < 4.21,         bytestring >= 0.11.3.0,         filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.4.0     if os(Windows)