Skip to content
Snippets Groups Projects
Phil Ruffwind's avatar
Rufflewind authored
It seems that, on the flavor of Mac OS X available on GitHub Actions,
InvalidArgument can be thrown by mkdir (createDirectory) when
createDirectoryIfMissing is raced against removeDirectoryRecursive.
adb8b4d6
History

directory

Hackage Build status Windows 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.