Skip to content

Commit 2a6e0ba

Browse files
authored
Merge branch 'master' into renovate/io_bazel_rules_go-0.x
2 parents a1cf921 + a54c8c2 commit 2a6e0ba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

haskell/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def rules_haskell_dependencies():
3131
http_archive,
3232
name = "platforms",
3333
urls = [
34-
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
35-
"https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
34+
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
35+
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
3636
],
37-
sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b",
37+
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
3838
)
3939

4040
maybe(

rules_haskell_tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bazel_dep(
4545
)
4646
bazel_dep(
4747
name = "platforms",
48-
version = "0.0.9",
48+
version = "0.0.10",
4949
)
5050
bazel_dep(
5151
name = "rules_cc",

rules_haskell_tests/tests/bzlmod_runfiles/other_module/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "platforms",
20-
version = "0.0.9",
20+
version = "0.0.10",
2121
)

tutorial/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bazel_dep(
22
name = "platforms",
3-
version = "0.0.9",
3+
version = "0.0.10",
44
)
55

66
# rules_haskell_nix must come before rules_haskell so that nix

0 commit comments

Comments
 (0)