dirtree: A small library for working with directories.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A small library for loading and building directories as trees.


[Skip to Readme]

Properties

Versions 0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.2, 0.1.3
Change log None available
Dependencies base (>=4.10 && <5), bytestring, containers, deepseq, directory, filepath, lens, unix, zip-archive [details]
License MIT
Copyright MIT
Author Christian Gram Kalhauge
Maintainer christian@kalhauge.dk
Category System
Home page https://github.com/kalhauge/dirtree#readme
Bug tracker https://github.com/kalhauge/dirtree/issues
Source repo head: git clone https://github.com/kalhauge/dirtree
Uploaded by kalhauge at 2020-04-28T14:03:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for dirtree-0.1.2

[back to package description]

dirtree

Dir tree is an small implementation of a directory tree much akin to directory-tree, in contrast it uses F-algebras to store the tree for easy traversals and recursion.