hpath-io 0.13.0 → 0.13.1
raw patch · 1 files changed
+2/−1 lines, 1 filesdep +hpath-posixPVP ok
version bump matches the API change (PVP)
Dependencies added: hpath-posix
API changes (from Hackage documentation)
Files
- hpath-io.cabal +2/−1
hpath-io.cabal view
@@ -1,5 +1,5 @@ name: hpath-io-version: 0.13.0+version: 0.13.1 synopsis: High-level IO operations on files/directories description: High-level IO operations on files/directories, utilizing type-safe Paths -- bug-reports:@@ -30,6 +30,7 @@ , exceptions , hpath >= 0.11 && < 0.12 , hpath-directory >= 0.13 && < 0.14+ , hpath-posix >= 0.13 && < 0.14 , safe-exceptions >= 0.1 , streamly >= 0.7 , time >= 1.8