File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
tests/bzlmod_runfiles/other_module Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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.8 /platforms-0.0.8 .tar.gz" ,
35- "https://github.com/bazelbuild/platforms/releases/download/0.0.8 /platforms-0.0.8 .tar.gz" ,
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" ,
3636 ],
37- sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74 " ,
37+ sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b " ,
3838 )
3939
4040 maybe (
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ bazel_dep(
4545)
4646bazel_dep (
4747 name = "platforms" ,
48- version = "0.0.8 " ,
48+ version = "0.0.9 " ,
4949)
5050bazel_dep (
5151 name = "rules_cc" ,
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ bazel_dep(
1717)
1818bazel_dep (
1919 name = "platforms" ,
20- version = "0.0.8 " ,
20+ version = "0.0.9 " ,
2121)
Original file line number Diff line number Diff line change 11bazel_dep (
22 name = "platforms" ,
3- version = "0.0.8 " ,
3+ version = "0.0.9 " ,
44)
55
66# rules_haskell_nix must come before rules_haskell so that nix
You can’t perform that action at this time.
0 commit comments