Popularity
9.3
Stable
Activity
7.0
-
56
19
46

Monthly Downloads: 623
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: System     Directory    
Latest version: v1.3.6.1

directory alternatives and similar packages

Based on the "System" category.
Alternatively, view directory alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of directory or a related project?

Add another 'System' Package

README

directory

Hackage Build status Windows build status Dependencies status

Documentation can be found on Hackage. Changes between versions are recorded in the [change log](changelog.md).

Building from Git repository

When building this package directly from the Git repository, one must run autoreconf -fi to generate the configure script needed by cabal configure. This requires Autoconf to be installed.

autoreconf -fi
cabal install

There is no need to run the configure script manually however, as cabal configure does that automatically.