Skip to content

Commit

Permalink
Support Bazel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Apr 30, 2024
1 parent 769914f commit f028483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haskell/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ SUPPORTED_BAZEL_VERSIONS = [
"6.0.0",
"6.3.2",
"6.5.0",
"7.1.0",
]

SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
"bazel_6",
"bazel_7",
]

def _parse_version_chunk(version_chunk):
Expand Down
2 changes: 2 additions & 0 deletions rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ use_repo(
non_modules_deps_1,
"asterius_bundle_linux_amd64",
"bazel_6",
"bazel_7",
"build_bazel_bazel_6_0_0",
"build_bazel_bazel_6_3_2",
"build_bazel_bazel_6_5_0",
"build_bazel_bazel_7_1_0",
"glibc_locales",
"linux_amd64_asterius-toolchain",
"nixpkgs_config_cc",
Expand Down

0 comments on commit f028483

Please sign in to comment.