File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 29
29
- " 9.0.2"
30
30
- " 9.2.8"
31
31
- " 9.4.8"
32
- - " 9.6.6 "
32
+ - " 9.6.7 "
33
33
- " 9.8.4"
34
34
- " 9.10.1"
35
35
- " 9.12.2"
Original file line number Diff line number Diff line change
1
+ ## Changes in 3.5.3.0
2
+
3
+ * Fix critical bug in automaton minimizer
4
+ ([ PR #270 ] ( https://github.com/haskell/alex/pull/270 ) ),
5
+ thanks Antoine Leblanc!
6
+ * Tested with GHC 8.0 - 9.12.2.
7
+
8
+ _ Andreas Abel, 2025-04-06_
9
+
1
10
## Changes in 3.5.2.0
2
11
3
12
* Use ` byteSwap16# ` and ` byteSwap32# ` on big-endian architectures instead of
Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : alex
3
- version : 3.5.2 .0
3
+ version : 3.5.3 .0
4
4
-- don't forget updating changelog.md!
5
5
license : BSD3
6
6
license-file : LICENSE
@@ -25,7 +25,7 @@ tested-with:
25
25
GHC == 9.12.2
26
26
GHC == 9.10.1
27
27
GHC == 9.8.4
28
- GHC == 9.6.6
28
+ GHC == 9.6.7
29
29
GHC == 9.4.8
30
30
GHC == 9.2.8
31
31
GHC == 9.0.2
You can’t perform that action at this time.
0 commit comments