filepath-bytestring 1.4.2.1.12 → 1.4.2.1.13
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~basedep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, filepath
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- filepath-bytestring.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,9 @@+filepath-bytestring (1.4.2.1.13) unstable; urgency=medium++ * Relax bounds to allow base-4.18 and filepath-1.4.100.3 (ghc 9.6).++ -- Joey Hess <id@joeyh.name> Tue, 20 Jun 2023 12:22:31 -0400+ filepath-bytestring (1.4.2.1.12) unstable; urgency=medium * Relax bounds to allow base 4.17 (ghc 9.4).
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: filepath-bytestring-version: 1.4.2.1.12+version: 1.4.2.1.13 -- 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.18,+ base >= 4 && < 4.19, bytestring >= 0.11.2.0 if os(Windows) build-depends: utf8-string@@ -79,7 +79,7 @@ QuickCheck >= 2.7 && < 2.15, -- Versions of filepath that are equvilant to this -- library, for quickcheck equivilance tests.- filepath >= 1.4.2 && <= 1.4.2.1+ filepath >= 1.4.2 && <= 1.4.100.3 benchmark filepath-bench type: exitcode-stdio-1.0