hpath-filepath 0.10.2 → 0.10.3
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hpath-filepath.cabal +1/−1
- src/System/Posix/FilePath.hs +2/−0
hpath-filepath.cabal view
@@ -1,5 +1,5 @@ name: hpath-filepath-version: 0.10.2+version: 0.10.3 synopsis: ByteString based filepath manipulation description: ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only. -- bug-reports:
src/System/Posix/FilePath.hs view
@@ -486,6 +486,8 @@ -- -- >>> splitDirectories "/path/to/file.txt" -- ["/","path","to","file.txt"]+-- >>> splitDirectories "path/to/file.txt"+-- ["path","to","file.txt"] -- >>> splitDirectories "" -- [] splitDirectories :: RawFilePath -> [RawFilePath]