directory-tree module released
9/05/2009I’ve released my first package, up now on hackage (haddock docs should be generated soon). The module provides a simple data structure that mirrors a directory tree, and some useful functions for doing IO on directories of files. You can read more about it here.
It’s very likely there are some bugs, especially related to cross platform issues with file names and paths. The module is also fairly bare, so please send me any requests for functionality that I haven’t thought of, as well as any bugs you might find.
You can install it with:
$ cabal install directory-tree
And get the source with:
$ darcs get http://coder.bsimmons.name/code/DirectoryTree/
I hope this is useful to someone!
There are 7 comments in this article: