issues
search
NixOS
/
cabal2nix
Generate Nix build instructions from a Cabal file
https://haskell4nix.readthedocs.io
Other
362
stars
156
forks
source link
FromCabal.PostProcess: drop haddockHook
#621
Closed
sternenseemann
closed
6 months ago
sternenseemann
commented
6 months ago
haddock-test is uploaded to hackage now
The
doCheck = false;
can live in nixpkgs as can the
unset GHC_PACKAGE_PATH
should it be needed again (it isn't executed currently).
doCheck = false;
can live in nixpkgs as can theunset GHC_PACKAGE_PATH
should it be needed again (it isn't executed currently).