We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f96b6 commit 1fe0a98Copy full SHA for 1fe0a98
.bazeliskrc
@@ -0,0 +1 @@
1
+USE_BAZEL_VERSION=7.0.0rc5
haskell/private/versions.bzl
@@ -14,9 +14,10 @@
14
# because every bazel version tested requires a lot of space on CI
15
# See https://github.com/tweag/rules_haskell/pull/1781#issuecomment-1187640454
16
SUPPORTED_BAZEL_VERSIONS = [
17
- "6.0.0",
18
"6.2.0",
19
"6.3.2",
+ "6.4.0",
20
+ "7.0.0rc5",
21
]
22
23
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
0 commit comments