Skip to content

Commit

Permalink
Fix hoogle in shellFor test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 4, 2025
1 parent e453c42 commit 06cc9de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/shell-for/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ let
# they use a nix-shell --pure. Normally you would BYO cabal-install.
tools = {
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
hoogle.cabalProjectLocal = builtins.readFile ../cabal.project.local;
};
exactDeps = true;
# Avoid duplicate package issues when runghc looks for packages
Expand All @@ -43,6 +44,7 @@ let
# they use a nix-shell --pure. Normally you would BYO cabal-install.
tools = {
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
hoogle.cabalProjectLocal = builtins.readFile ../cabal.project.local;
};
# Avoid duplicate package issues when runghc looks for packages
packageSetupDeps = false;
Expand Down

0 comments on commit 06cc9de

Please sign in to comment.