[Nix-dev] Directory containing haskell documentation?
Peter Simons
simons at cryp.to
Sun Feb 26 10:54:59 CET 2012
Hi Corey,
> On NixOS is there a directory that contains links to the
> documentation for all installed haskell packages?
no, there isn't. Each package has its documentation installed in
$out/share/doc/$name/html/index.html
..., so these files show up in your user profile of choice, of course,
but there is no global index page" that ties all those modules together.
Take care,
Peter
More information about the nix-dev
mailing list