File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,26 @@ 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
6
7
- ## Unreleased
7
+ ## [ 0.18] 2023-12-21
8
+
9
+ [ 0.18 ] : https://github.com/tweag/rules_haskell/compare/v0.17...v0.18
10
+
11
+ ### Highlights
12
+
13
+ * Support for GHC 9.6.x (See https://github.com/tweag/rules_haskell/pull/1921 and https://github.com/tweag/rules_haskell/issues/1986 )
14
+
15
+ ### Changed
16
+
17
+ * Use GHC 9.2.8 by default (See https://github.com/tweag/rules_haskell/pull/1994 )
18
+ * Use Bazel 6.4.0 by default (See https://github.com/tweag/rules_haskell/pull/2063 )
19
+ * ` start ` script supports bzlmod with bindists (See https://github.com/tweag/rules_haskell/pull/2046 )
20
+ * Support Python Windows App aliases (See https://github.com/tweag/rules_haskell/pull/2060 )
21
+
22
+ ### Fixed
23
+
24
+ * Error using ` snapshot ` tag from stack_snapshot module extension (See https://github.com/tweag/rules_haskell/issues/2001 )
25
+ * Build gi-gtk from stackage (See https://github.com/tweag/rules_haskell/issues/1752 )
26
+ * X is not a toolchain library (See https://github.com/tweag/rules_haskell/issues/1920 )
8
27
9
28
### Removed
10
29
You can’t perform that action at this time.
0 commit comments