We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401e24 commit ebd887bCopy full SHA for ebd887b
.bazelversion
@@ -1 +1 @@
1
-6.5.0
+7.1.0
rules_haskell_tests/shell.nix
@@ -33,7 +33,7 @@ mkShell {
33
file
34
] ++ lib.optionals docTools [ graphviz python39Packages.sphinx zip unzip ];
35
36
- packages = [ bazel_6 ];
+ packages = [ bazel_7 ];
37
38
shellHook = ''
39
# Add nix config flags to .bazelrc.local.
shell.nix
@@ -42,7 +42,7 @@ mkShell {
42
++ lib.optionals docTools [ graphviz python39Packages.sphinx zip unzip ]
43
++ lib.optional stdenv.isDarwin macOS-security;
44
45
46
47
48
0 commit comments