filepath-bytestring 1.4.2.1.6 → 1.4.2.1.7
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~QuickCheckdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base
API changes (from Hackage documentation)
Files
- CHANGELOG +7/−0
- filepath-bytestring.cabal +4/−4
CHANGELOG view
@@ -1,3 +1,10 @@+filepath-bytestring (1.4.2.1.7) unstable; urgency=medium++ * Relax QuickCheck bounds to allow 2.14.+ * Relax base bounds so it will build with ghc 9.0.1.++ -- Joey Hess <id@joeyh.name> Wed, 17 Mar 2021 08:11:27 -0400+ filepath-bytestring (1.4.2.1.6) unstable; urgency=medium * Added makeValid. All functions from filepath are now implemented.
filepath-bytestring.cabal view
@@ -1,6 +1,6 @@-cabal-version: >= 1.18+cabal-version: 1.18 name: filepath-bytestring-version: 1.4.2.1.6+version: 1.4.2.1.7 -- 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.15,+ base >= 4 && < 4.16, bytestring if os(Windows) build-depends: utf8-string@@ -72,7 +72,7 @@ filepath-bytestring, base, bytestring,- QuickCheck >= 2.7 && < 2.14,+ 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