Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bazel dependencies #58

Merged
merged 6 commits into from
Sep 25, 2023
Merged

Update Bazel dependencies #58

merged 6 commits into from
Sep 25, 2023

Conversation

aherrmann
Copy link
Member

@aherrmann aherrmann commented Sep 25, 2023

Update all Bazel rule dependencies to the latest releases, or latest HEAD in case of rules_haskell.

  • Update rules_haskell to latest HEAD
  • Update rules_go to the latest release 0.41.0
  • Update Gazelle to the latest release 0.33.0
  • Update buildtools to latest release 6.3.3

Update Bazel to version 6.2.0

Also adds stack to the Nix shell.

  • Add stack to the Nix shell

Otherwise rules_haskell will download a binary release which would not
work on NixOS.

```
DEBUG:
.../external/rules_haskell/haskell/cabal.bzl:2384:10:
Stack not found.
DEBUG:
.../external/rules_haskell/haskell/cabal.bzl:2385:10:
Downloading Stack 2.7.5 ...
```
@aherrmann aherrmann requested a review from avdv as a code owner September 25, 2023 11:47
Copy link
Member

@avdv avdv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mergify mergify bot merged commit 6d4ab3c into main Sep 25, 2023
8 checks passed
@mergify mergify bot deleted the upgrade branch September 25, 2023 15:42
@mergify mergify bot removed the merge-queue label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants