File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Support for the GHC 9.2.
4
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.
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.
14
14
15
15
If the final GHC 9.2 ends up being different, this release will be
16
16
marked broken to make it less likely people use it by accident.
You can’t perform that action at this time.
0 commit comments