packages feed

filepath-bytestring 1.4.2.1.4 → 1.4.2.1.5

raw patch · 2 files changed

+12/−4 lines, 2 filesdep ~filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,10 @@+filepath-bytestring (1.4.2.1.5) unstable; urgency=medium++  * Allow building with filepath-1.4.2 as well as 1.4.2.1;+    there are no behavior or API differences between the two versions.++ -- Joey Hess <id@joeyh.name>  Wed, 01 Jan 2020 14:24:18 -0400+ filepath-bytestring (1.4.2.1.4) unstable; urgency=medium    * Added splitSearchPath and getSearchPath.
filepath-bytestring.cabal view
@@ -1,7 +1,7 @@ cabal-version:  >= 1.18 name:           filepath-bytestring-version:        1.4.2.1.4--- NOTE: Don't forget to update CHANGELOG and the filepath version below+version:        1.4.2.1.5+-- NOTE: Don't forget to update CHANGELOG and the filepath dependency below license:        BSD3 license-file:   LICENSE author:         Neil Mitchell <ndmitchell@gmail.com>@@ -73,5 +73,6 @@         base,         bytestring,         QuickCheck >= 2.7 && < 2.14,-	-- filepath same version as this library, to test equivilance-        filepath == 1.4.2.1+	-- Versions of filepath that are equvilant to this+	-- library, for quickcheck equivilance tests.+        filepath >= 1.4.2 && <= 1.4.2.1