Skip to content

Commit

Permalink
Merge branch 'master' into renovate/gazelle-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 9, 2024
2 parents 82317ee + f30e39e commit d397407
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def rules_haskell_dependencies():
http_archive,
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
],
sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74",
sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b",
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bazel_dep(
)
bazel_dep(
name = "platforms",
version = "0.0.8",
version = "0.0.9",
)
bazel_dep(
name = "rules_cc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ bazel_dep(
)
bazel_dep(
name = "platforms",
version = "0.0.8",
version = "0.0.9",
)
2 changes: 1 addition & 1 deletion tutorial/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bazel_dep(
name = "platforms",
version = "0.0.8",
version = "0.0.9",
)

# rules_haskell_nix must come before rules_haskell so that nix
Expand Down

0 comments on commit d397407

Please sign in to comment.