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/).
8
8
### Changed
9
9
10
10
* Use ghc 9.4.6 by default
11
+ * Use Bazel 6.5.0 by default (See https://github.com/tweag/rules_haskell/pull/2117 )
11
12
12
13
## [ 0.19] 2024-02-5
13
14
14
15
[ 0.19 ] : https://github.com/tweag/rules_haskell/compare/v0.18...v0.19
15
16
16
- ### Highlights
17
+ ### Highlights
17
18
18
19
* Fix toolchain libraries creation when using ` ghcWithPackages ` (https://github.com/tweag/rules_haskell/pull/2098 )
19
20
20
21
### Added
21
22
22
23
* Ghc 9.6.4 (https://github.com/tweag/rules_haskell/pull/2108 )
23
24
24
- ### Changed
25
+ ### Changed
25
26
26
27
* Upgrade ` rules_sh ` to ` 0.4.0 ` (https://github.com/tweag/rules_haskell/pull/2103 )
27
28
Original file line number Diff line number Diff line change 16
16
SUPPORTED_BAZEL_VERSIONS = [
17
17
"6.0.0" ,
18
18
"6.3.2" ,
19
- "6.4 .0" ,
19
+ "6.5 .0" ,
20
20
]
21
21
22
22
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ use_repo(
115
115
"bazel_6" ,
116
116
"build_bazel_bazel_6_0_0" ,
117
117
"build_bazel_bazel_6_3_2" ,
118
- "build_bazel_bazel_6_4_0 " ,
118
+ "build_bazel_bazel_6_5_0 " ,
119
119
"glibc_locales" ,
120
120
"linux_amd64_asterius-toolchain" ,
121
121
"nixpkgs_config_cc" ,
You can’t perform that action at this time.
0 commit comments