filepath-bytestring 1.4.2.1.13 → 1.4.100.3.1
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: filepath
API changes (from Hackage documentation)
Files
- CHANGELOG +7/−0
- filepath-bytestring.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,10 @@+filepath-bytestring (1.4.100.3.1) unstable; urgency=medium++ * Updated to filepath-1.4.100.3, which fixes a regression.+ * Allow up to filepath-1.4.200.1.++ -- Joey Hess <id@joeyh.name> Mon, 29 Jul 2024 19:27:57 -0400+ 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).
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: filepath-bytestring-version: 1.4.2.1.13+version: 1.4.100.3.1 -- NOTE: Don't forget to update CHANGELOG and the filepath dependency below license: BSD3 license-file: LICENSE@@ -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.100.3+ filepath >= 1.4.100.3 && <= 1.4.200.1 benchmark filepath-bench type: exitcode-stdio-1.0@@ -92,4 +92,4 @@ criterion, filepath-bytestring, -- Version of filepath to benchmark against- filepath >= 1.4.2 && <= 1.4.2.1+ filepath >= 1.4.100.3 && <= 1.4.200.1