Skip to content

Commit

Permalink
Merge pull request #30 from adetokunbo/no-hoogle-or-haddock
Browse files Browse the repository at this point in the history
Don't build project dep haddocks
  • Loading branch information
adetokunbo authored May 15, 2024
2 parents 1fb9ab7 + 6984309 commit f302aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ let
project = import ./default.nix {};
in
project.shellFor {
# Builds a Hoogle documentation index of all dependencies,
# and provides a "hoogle" command to search the index.
withHoogle = true;
# Don't build haddock to optimize build time
withHaddock = false;
withHoogle = false;

# Some common tools can be added with the `tools` argument
tools = {
Expand Down

0 comments on commit f302aa5

Please sign in to comment.