Skip to content

Commit 66d677b

Browse files
committed
Word smithing in changelog
1 parent 32217c7 commit 66d677b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
* Support for the GHC 9.2.
44

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.
5+
The array access primops now use the fixed-sized numeric types
6+
corresponding to the width of the data accessed. Additionally, the
7+
primops to convert to and from fixed-sized numeric types have been
8+
given new names.
9+
10+
9.2 isn't cut yet, so these changes are somewhat speculative.
11+
Unfortunately, GHC must used a released version of Alex (and Happy)
12+
at all times until further changes have been made, so we must make
13+
the release to actually implement these changes in GHC.
1414

1515
If the final GHC 9.2 ends up being different, this release will be
1616
marked broken to make it less likely people use it by accident.

0 commit comments

Comments
 (0)