aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-directory-tree
Commit message (Collapse)AuthorAgeFilesLines
* A simple directory-like tree datatype, with useful IO functions and FoldableGabor Pali2011-08-133-0/+30
and Traversable instance. Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. WWW: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279636