packages feed

filepath-bytestring 1.4.2.1.8 → 1.4.2.1.9

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.4.2.1.9) unstable; urgency=medium++  * Relax bounds to allow base 4.16 (ghc 9.2).++ -- Joey Hess <id@joeyh.name>  Fri, 03 Dec 2021 11:49:58 -0400+ filepath-bytestring (1.4.2.1.8) unstable; urgency=medium    * Faster implementations of encodeFilePath and decodeFilePath.
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name:           filepath-bytestring-version:        1.4.2.1.8+version:        1.4.2.1.9 -- NOTE: Don't forget to update CHANGELOG and the filepath dependency below license:        BSD3 license-file:   LICENSE@@ -49,7 +49,7 @@         System.FilePath.Windows.ByteString      build-depends:-        base >= 4 && < 4.16,+        base >= 4 && < 4.17,         bytestring     if os(Windows)         build-depends: utf8-string