Skip to content

Commit

Permalink
haskellPackages.uuagc-bootstrap: don't haddock
Browse files Browse the repository at this point in the history
It is just uuagc itself but preprocessed by uuagc.
Not haddocking should save some space and build time.
  • Loading branch information
roberth committed Jul 4, 2018
1 parent 30469b5 commit 1691236
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ self: super: {
# no haddock since this is an umbrella package.
cloud-haskell = dontHaddock super.cloud-haskell;

# Don't haddock because it is only used for bootstrapping.
uuagc-bootstrap = dontHaddock super.uuagc-bootstrap;

# This packages compiles 4+ hours on a fast machine. That's just unreasonable.
CHXHtml = dontDistribute super.CHXHtml;

Expand Down

0 comments on commit 1691236

Please sign in to comment.