File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616SUPPORTED_BAZEL_VERSIONS = [
1717 "6.0.0" ,
1818 "6.3.2" ,
19- "6.4 .0" ,
19+ "6.5 .0" ,
2020]
2121
2222SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments