Skip to content

haskell/directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f95c5ea · Mar 9, 2025
Mar 7, 2025
Mar 9, 2025
Jan 6, 2025
Apr 13, 2024
Jan 6, 2025
May 19, 2021
May 19, 2007
Feb 21, 2022
Jun 5, 2015
Mar 9, 2025
Apr 16, 2022
Mar 8, 2025
May 19, 2007

Repository files navigation

directory

Hackage Build status Dependencies status

Documentation can be found on Hackage. Changes between versions are recorded in the change log.

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.