Skip to content

Commit 55a484a

Browse files
committed
Bump default Bazel version to 6.5.0
1 parent 95823e6 commit 55a484a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
88
### Changed
99

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

1213
## [0.19] 2024-02-5
1314

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

16-
### Highlights
17+
### Highlights
1718

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

2021
### Added
2122

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

24-
### Changed
25+
### Changed
2526

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

haskell/private/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
SUPPORTED_BAZEL_VERSIONS = [
1717
"6.0.0",
1818
"6.3.2",
19-
"6.4.0",
19+
"6.5.0",
2020
]
2121

2222
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [

rules_haskell_tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ use_repo(
115115
"bazel_6",
116116
"build_bazel_bazel_6_0_0",
117117
"build_bazel_bazel_6_3_2",
118-
"build_bazel_bazel_6_4_0",
118+
"build_bazel_bazel_6_5_0",
119119
"glibc_locales",
120120
"linux_amd64_asterius-toolchain",
121121
"nixpkgs_config_cc",

0 commit comments

Comments
 (0)