filepath-bytestring 1.4.2.1.11 → 1.4.2.1.12
raw patch · 2 files changed
+8/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- filepath-bytestring.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+filepath-bytestring (1.4.2.1.12) unstable; urgency=medium++ * Relax bounds to allow base 4.17 (ghc 9.4).++ -- Joey Hess <id@joeyh.name> Thu, 20 Oct 2022 13:25:40 -0400+ filepath-bytestring (1.4.2.1.11) unstable; urgency=medium * Deprecated this library, since filepath has added OsPath that
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: filepath-bytestring-version: 1.4.2.1.11+version: 1.4.2.1.12 -- 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.17,+ base >= 4 && < 4.18, bytestring >= 0.11.2.0 if os(Windows) build-depends: utf8-string