Skip to content

Commit

Permalink
Bump default Bazel version to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Apr 29, 2024
1 parent f66eed7 commit 696f433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Changed

* Use ghc 9.4.6 by default
* Use Bazel 6.5.0 by default (See https://github.com/tweag/rules_haskell/pull/2117)

## [0.19] 2024-02-5

[0.19]: https://github.com/tweag/rules_haskell/compare/v0.18...v0.19

### Highlights
### Highlights

* Fix toolchain libraries creation when using `ghcWithPackages` (https://github.com/tweag/rules_haskell/pull/2098)

### Added

* Ghc 9.6.4 (https://github.com/tweag/rules_haskell/pull/2108)

### Changed
### Changed

* Upgrade `rules_sh` to `0.4.0` (https://github.com/tweag/rules_haskell/pull/2103)

Expand Down
2 changes: 1 addition & 1 deletion haskell/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
SUPPORTED_BAZEL_VERSIONS = [
"6.0.0",
"6.3.2",
"6.4.0",
"6.5.0",
]

SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
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 @@ -115,7 +115,7 @@ use_repo(
"bazel_6",
"build_bazel_bazel_6_0_0",
"build_bazel_bazel_6_3_2",
"build_bazel_bazel_6_4_0",
"build_bazel_bazel_6_5_0",
"glibc_locales",
"linux_amd64_asterius-toolchain",
"nixpkgs_config_cc",
Expand Down

0 comments on commit 696f433

Please sign in to comment.