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 7ee1139 commit 7fd1298Copy full SHA for 7fd1298
haskell/private/versions.bzl
@@ -17,10 +17,12 @@ SUPPORTED_BAZEL_VERSIONS = [
17
"6.0.0",
18
"6.3.2",
19
"6.5.0",
20
+ "7.1.0",
21
]
22
23
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
24
"bazel_6",
25
+ "bazel_7",
26
27
28
def _parse_version_chunk(version_chunk):
rules_haskell_tests/MODULE.bazel
@@ -113,9 +113,11 @@ use_repo(
113
non_modules_deps_1,
114
"asterius_bundle_linux_amd64",
115
116
117
"build_bazel_bazel_6_0_0",
118
"build_bazel_bazel_6_3_2",
119
"build_bazel_bazel_6_5_0",
120
+ "build_bazel_bazel_7_1_0",
121
"glibc_locales",
122
"linux_amd64_asterius-toolchain",
123
"nixpkgs_config_cc",
0 commit comments