dontHaddock
pkgs.haskell.lib.dontHaddock
Docs pulled from | This Revision | about 1 hour ago
dontHaddock modifies a haskell package to disable the generation and installation of API documentation from code comments using the haddock tool.
Noogle detected
Implementation
The following is the current implementation of this function.
dontHaddock = compose.dontHaddock;