Skip to content

Commit afc97c8

Browse files
committed
Support Bazel 7
1 parent ff807d9 commit afc97c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: haskell/private/versions.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ SUPPORTED_BAZEL_VERSIONS = [
1717
"6.0.0",
1818
"6.3.2",
1919
"6.5.0",
20+
"7.1.0",
2021
]
2122

2223
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
2324
"bazel_6",
25+
"bazel_7",
2426
]
2527

2628
def _parse_version_chunk(version_chunk):

Diff for: rules_haskell_tests/MODULE.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,11 @@ use_repo(
113113
non_modules_deps_1,
114114
"asterius_bundle_linux_amd64",
115115
"bazel_6",
116+
"bazel_7",
116117
"build_bazel_bazel_6_0_0",
117118
"build_bazel_bazel_6_3_2",
118119
"build_bazel_bazel_6_5_0",
120+
"build_bazel_bazel_7_1_0",
119121
"glibc_locales",
120122
"linux_amd64_asterius-toolchain",
121123
"nixpkgs_config_cc",

0 commit comments

Comments
 (0)