Skip to content

Commit ac09daa

Browse files
committed
Remove buildifier_test-workspace.patch
1 parent 67a4178 commit ac09daa

File tree

4 files changed

+3
-49
lines changed

4 files changed

+3
-49
lines changed

buildifier/buildifier_test-workspace.patch

Lines changed: 0 additions & 37 deletions
This file was deleted.

non_module_dev_deps.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ def repositories(*, bzlmod):
6767
http_archive(
6868
name = "com_github_bazelbuild_buildtools",
6969
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
70-
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
71-
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
72-
patch_args = ["-p1"],
7370
strip_prefix = "buildtools-6.4.0",
7471
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
7572
)

rules_haskell_nix/WORKSPACE.bzlmod

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ nixpkgs_package(
1313

1414
http_archive(
1515
name = "com_github_bazelbuild_buildtools",
16-
patch_args = ["-p1"],
17-
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
18-
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
19-
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
20-
strip_prefix = "buildtools-6.3.3",
16+
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
17+
strip_prefix = "buildtools-6.4.0",
2118
urls = [
22-
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.3.3.tar.gz",
19+
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz",
2320
],
2421
)

rules_haskell_tests/non_module_deps.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ def repositories(*, bzlmod):
6666
http_archive(
6767
name = "com_github_bazelbuild_buildtools",
6868
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
69-
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
70-
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
71-
patch_args = ["-p1"],
7269
strip_prefix = "buildtools-6.4.0",
7370
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
7471
)

0 commit comments

Comments
 (0)