File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Changes in 3.2.6:
2
2
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
+
3
18
## Changes in 3.2.5:
4
19
5
20
* Build fixes for GHC 8.8.x
You can’t perform that action at this time.
0 commit comments