file-collection 0.1.1.4 → 0.1.1.5
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Codec/Archive/FileCollection.hs view
@@ -136,7 +136,7 @@ removeDirectory = combineRunReturn SD.removeDirectory removeDirectoryRecursive = combineRunReturn SD.removeDirectoryRecursive renameDirectory = combineRunReturn2 SD.renameDirectory- getDirectoryContents root rel = map (combine root) <$> (SD.getDirectoryContents $ combine root rel)+ getDirectoryContents root rel = map (combine root . combine rel) <$> (SD.getDirectoryContents $ combine root rel) getFile root f = combine root f removeFile = combineRunReturn SD.removeFile renameFile = combineRunReturn2 SD.renameFile
file-collection.cabal view
@@ -1,5 +1,5 @@ name: file-collection-version: 0.1.1.4+version: 0.1.1.5 synopsis: Provide a uniform interface over file archives and directories description: The interface is essentially the same as that provided by `directory`, except each function also take reference to the