Skip to content

Commit 9e411b2

Browse files
committed
Drop support for Bazel 6.0.0
``` Error: no native function or rule 'package_relative_label' ```
1 parent eeddfc1 commit 9e411b2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

haskell/private/versions.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# because every bazel version tested requires a lot of space on CI
1515
# See https://github.com/tweag/rules_haskell/pull/1781#issuecomment-1187640454
1616
SUPPORTED_BAZEL_VERSIONS = [
17-
"6.0.0",
1817
"6.3.2",
1918
"6.5.0",
2019
"7.1.0",

rules_haskell_tests/MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ use_repo(
119119
"asterius_bundle_linux_amd64",
120120
"bazel_6",
121121
"bazel_7",
122-
"build_bazel_bazel_6_0_0",
123122
"build_bazel_bazel_6_3_2",
124123
"build_bazel_bazel_6_5_0",
125124
"build_bazel_bazel_7_1_0",

0 commit comments

Comments
 (0)