directory alternatives and similar packages
Based on the "System" category.
Alternatively, view directory alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of directory or a related project?
README
directory
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.