hpath-io 0.14.1 → 0.14.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~hpathdep ~hpath-directorydep ~hpath-posixPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hpath, hpath-directory, hpath-posix
API changes (from Hackage documentation)
Files
- hpath-io.cabal +4/−4
hpath-io.cabal view
@@ -1,5 +1,5 @@ name: hpath-io-version: 0.14.1+version: 0.14.2 synopsis: High-level IO operations on files/directories description: High-level IO operations on files/directories, utilizing type-safe Paths -- bug-reports:@@ -28,9 +28,9 @@ build-depends: base >= 4.8 && <5 , bytestring >= 0.10.0.0 , exceptions- , hpath >= 0.11 && < 0.12- , hpath-directory >= 0.14.1 && < 0.15- , hpath-posix >= 0.13 && < 0.14+ , hpath >= 0.12 && < 0.13+ , hpath-directory >= 0.14.2 && < 0.15+ , hpath-posix >= 0.13.3 && < 0.14 , safe-exceptions >= 0.1 , streamly >= 0.7 , time >= 1.8