Skip to content

Commit dabc776

Browse files
committed
Add change log entry for the 9.2 compat changes
1 parent 134b568 commit dabc776

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Changes in 3.2.6:
22

3+
* Support for the GHC 9.2.
4+
5+
The array access primops now read/write with the fixed-sized numeric
6+
type corresponding to the width of the data accessed. Additionally,
7+
the primops to convert to and from fixed-sized numeric types have
8+
been given new names.
9+
10+
9.2 isn't cut yet, so these changes are somewhat speculative, but
11+
unfortunately GHC must used a released version of Alex (and Happy) at
12+
all times until further changes have been made, so we must make the
13+
release to actually implement these changes in GHC.
14+
15+
If the final GHC 9.2 ends up being different, this release will be
16+
marked broken to make it less likely people use it by accident.
17+
318
## Changes in 3.2.5:
419

520
* Build fixes for GHC 8.8.x

0 commit comments

Comments
 (0)