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.
1 parent c23cac1 commit a147426Copy full SHA for a147426
test/cabal-simple/default.nix
@@ -26,7 +26,7 @@ in recurseIntoAttrs {
26
};
27
28
# Used for testing externally with nix-shell (../tests.sh).
29
- test-shell = project.shellFor { tools = { cabal = "3.4.0.0"; }; };
+ test-shell = project.shellFor { tools = { cabal = "3.4.0.0"; }; withHoogle = compiler-nix-name != "ghc901"; };
30
31
run = stdenv.mkDerivation {
32
name = "cabal-simple-test";
0 commit comments