directory-ospath-streaming

Stream directory entries in constant memory in vanilla IO

https://github.com/sergv/directory-ospath-streaming

Version on this page:0.1.0.3
LTS Haskell 23.18:0.1.0.3
Stackage Nightly 2025-04-07:0.2.2
Latest on Hackage:0.2.2

See all snapshots directory-ospath-streaming appears in

Apache-2.0 licensed by Sergey Vinokurov
Maintained by Sergey Vinokurov
This version can be pinned in stack with:directory-ospath-streaming-0.1.0.3@sha256:a0b0b97d9c2fb8563232675572183ad136193e256f23db9c80b3721c3221c8ee,3099

Module documentation for 0.1.0.3

Depends on 3 packages(full list with versions):

build

Synopsis

Reading of directory contents in constant memory, i.e. in an iterative fashion without storing all directory elements in memory. From another perspective, this reading interface allows stopping at any point without loading every directory element.

Both Windows and Unix systems are supported.

Changes

0.1.0.3

  • Lower base minimum required base to 4.12 (GHC 8.6). Minimum supported unix is still 2.8 because of OsString.

0.1.0.2

  • Fix compatibility with filepath-1.5

0.1.0.1

  • Add missing test inputs

0.1

Initial release