directory-ospath-streaming 0.1 → 0.1.0.1
raw patch · 6 files changed
+7/−1 lines, 6 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- directory-ospath-streaming.cabal +3/−1
- test/filesystem/bar.txt +0/−0
- test/filesystem/baz.txt +0/−0
- test/filesystem/bin/bin.txt +0/−0
- test/filesystem/foo.txt +0/−0
Changelog.md view
@@ -1,3 +1,7 @@+# 0.1.0.1++- Add missing test inputs+ # 0.1 Initial release
directory-ospath-streaming.cabal view
@@ -5,7 +5,7 @@ name: directory-ospath-streaming version:- 0.1+ 0.1.0.1 synopsis: Stream directory entries in constant memory in vanilla IO description:@@ -34,6 +34,8 @@ extra-source-files: Changelog.md Readme.md+ test/filesystem/*.txt+ test/filesystem/bin/*.txt homepage: https://github.com/sergv/directory-ospath-streaming
+ test/filesystem/bar.txt view
+ test/filesystem/baz.txt view
+ test/filesystem/bin/bin.txt view
+ test/filesystem/foo.txt view