Skip to content

Commit 06cc9de

Browse files
committed
Fix hoogle in shellFor test
1 parent e453c42 commit 06cc9de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/shell-for/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ let
2929
# they use a nix-shell --pure. Normally you would BYO cabal-install.
3030
tools = {
3131
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
32+
hoogle.cabalProjectLocal = builtins.readFile ../cabal.project.local;
3233
};
3334
exactDeps = true;
3435
# Avoid duplicate package issues when runghc looks for packages
@@ -43,6 +44,7 @@ let
4344
# they use a nix-shell --pure. Normally you would BYO cabal-install.
4445
tools = {
4546
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
47+
hoogle.cabalProjectLocal = builtins.readFile ../cabal.project.local;
4648
};
4749
# Avoid duplicate package issues when runghc looks for packages
4850
packageSetupDeps = false;

0 commit comments

Comments
 (0)