Skip to content

Commit a147426

Browse files
committed
Fixes for tests
1 parent c23cac1 commit a147426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cabal-simple/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ in recurseIntoAttrs {
2626
};
2727

2828
# Used for testing externally with nix-shell (../tests.sh).
29-
test-shell = project.shellFor { tools = { cabal = "3.4.0.0"; }; };
29+
test-shell = project.shellFor { tools = { cabal = "3.4.0.0"; }; withHoogle = compiler-nix-name != "ghc901"; };
3030

3131
run = stdenv.mkDerivation {
3232
name = "cabal-simple-test";

0 commit comments

Comments
 (0)