Skip to content

Commit 943d6dc

Browse files
committed
Prepare release 0.18
1 parent 0a954d2 commit 943d6dc

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

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)
827

928
### Removed
1029

0 commit comments

Comments
 (0)