Skip to content

Commit 5ec59ba

Browse files
committed
Prepare release 1.0
1 parent 0867f76 commit 5ec59ba

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,41 @@
33
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/).
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)
725

826
### Changed
927

1028
* Use ghc 9.4.6 by default
1129
* 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
1239

13-
## [0.19] 2024-02-5
40+
## [0.19] 2024-02-07
1441

1542
[0.19]: https://github.com/tweag/rules_haskell/compare/v0.18...v0.19
1643

0 commit comments

Comments
 (0)