erikd / libsystemd-journal

Haskell bindings to libsystemd-journal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When uploading to Hackage, it seems that one needs to upload the documentation manually:

dir=$(mktemp -d dist-docs.XXXXXX)
cabal configure --builddir="$dir"
cabal haddock --builddir="$dir" --haddock-for-hackage --haddock-option=--hyperlinked-source
cabal upload --publish -d $dir/*-docs.tar.gz

About

Haskell bindings to libsystemd-journal

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 79.6%Language:Nix 20.4%