Skip to content

Commit 3206ee6

Browse files
authored
Merge pull request #70 from tweag/renovate/com_github_bazelbuild_buildtools-digest
Update com_github_bazelbuild_buildtools digest to be1c24c
2 parents 59c05a0 + 3146548 commit 3206ee6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a [gazelle][gazelle] extension that generates `haskell_module`
66
rules from `haskell_library`, `haskell_binary`, and `haskell_test` as
77
defined in [Haskell rules][rules_haskell] for [Bazel][bazel]. Moreover,
88
it updates the dependencies of the generated rules whenever the import
9-
declarions are changed in the source files.
9+
declarations are changed in the source files.
1010

1111
For each `haskell_library`, `haskell_binary`, and `haskell_test` rule,
1212
`haskell_module` rules are generated in the same `BUILD` file for all

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ gazelle_dependencies()
197197

198198
http_archive(
199199
name = "com_github_bazelbuild_buildtools",
200-
sha256 = "5b7fe9aa131ab64a51de4da3668005cf58418c967438ce129aad24fd3e6dfaa9",
201-
strip_prefix = "buildtools-4890966c38b910fd5bd1ad78a3dd88538d09854f",
202-
url = "https://github.com/bazelbuild/buildtools/archive/4890966c38b910fd5bd1ad78a3dd88538d09854f.zip",
200+
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
201+
strip_prefix = "buildtools-7.3.1",
202+
url = "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.3.1.tar.gz",
203203
)

0 commit comments

Comments
 (0)