packages feed

filepath-bytestring 1.5.2.0.4 → 1.5.2.0.5

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.5) unstable; urgency=medium++  * Allow base bundled with GHC 9.14.1++ -- Joey Hess <id@joeyh.name>  Mon, 20 Apr 2026 09:53:42 -0400+ filepath-bytestring (1.5.2.0.4) unstable; urgency=medium    * Allow filepath-bytestring 1.5.5.0 bundled by GHC 9.12.4
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name:           filepath-bytestring-version:        1.5.2.0.4+version:        1.5.2.0.5 -- 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.22,+        base >= 4 && < 4.23,         bytestring >= 0.11.3.0,         filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.5.0     if os(Windows)