File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
6
- ## Next release
6
+
7
+ ## [ 1.0] 2024-09-23
8
+
9
+ [ 1.0 ] : https://github.com/tweag/rules_haskell/compare/v0.19...v1.0
10
+
11
+ ### Highlights
12
+
13
+ * Support for Bazel 7 (see https://github.com/tweag/rules_haskell/pull/2232 )
14
+ * Support for GHC 9.8.x (see https://github.com/tweag/rules_haskell/pull/2132 )
15
+
16
+ ### Added
17
+
18
+ * Support for unit-based hie-bios script for ghc 9.4+ (See https://github.com/tweag/rules_haskell/pull/2218 )
19
+ * Preliminary support for GHC 9.10.x (See https://github.com/tweag/rules_haskell/pull/2198 )
20
+
21
+ ### Fixed
22
+
23
+ * Handle RTS library for GHC 9.4+ (See https://github.com/tweag/rules_haskell/pull/2202 )
24
+ * Error when building cabal sub-libraries (See https://github.com/tweag/rules_haskell/pull/2135 )
7
25
8
26
### Changed
9
27
10
28
* Use ghc 9.4.6 by default
11
29
* Use Bazel 6.5.0 by default (See https://github.com/tweag/rules_haskell/pull/2117 )
30
+ * Update nixpkgs revision to nixos-24.05,
31
+ ** note*** : requires rules\_ nixpkgs version >= 0.12 (See https://github.com/tweag/rules_haskell/pull/2217 )
32
+ * Asterius is deprecated and not tested anymore (See https://github.com/tweag/rules_haskell/pull/2182 )
33
+ * No longer create empty libraries (See https://github.com/tweag/rules_haskell/pull/2158 )
34
+ * Make static linking of haskell_cabal_binary explicit (See https://github.com/tweag/rules_haskell/pull/2148 )
35
+
36
+ ### Removed
37
+
38
+ * Testing GHC 9.2.x on CI
12
39
13
- ## [ 0.19] 2024-02-5
40
+ ## [ 0.19] 2024-02-07
14
41
15
42
[ 0.19 ] : https://github.com/tweag/rules_haskell/compare/v0.18...v0.19
16
43
You can’t perform that action at this time.
0 commit comments