We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shellFor
1 parent e453c42 commit 06cc9deCopy full SHA for 06cc9de
test/shell-for/default.nix
@@ -29,6 +29,7 @@ let
29
# they use a nix-shell --pure. Normally you would BYO cabal-install.
30
tools = {
31
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
32
+ hoogle.cabalProjectLocal = builtins.readFile ../cabal.project.local;
33
};
34
exactDeps = true;
35
# Avoid duplicate package issues when runghc looks for packages
@@ -43,6 +44,7 @@ let
43
44
45
46
47
48
49
50
packageSetupDeps = false;
0 commit comments