Skip to content

Commit ed0e0ed

Browse files
committed
v3.5.3.0: bugfix in automaton minimizer
1 parent aa6c57b commit ed0e0ed

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "9.0.2"
3030
- "9.2.8"
3131
- "9.4.8"
32-
- "9.6.6"
32+
- "9.6.7"
3333
- "9.8.4"
3434
- "9.10.1"
3535
- "9.12.2"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## Changes in 3.5.2.0
211

312
* Use `byteSwap16#` and `byteSwap32#` on big-endian architectures instead of

alex.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.10
22
name: alex
3-
version: 3.5.2.0
3+
version: 3.5.3.0
44
-- don't forget updating changelog.md!
55
license: BSD3
66
license-file: LICENSE
@@ -25,7 +25,7 @@ tested-with:
2525
GHC == 9.12.2
2626
GHC == 9.10.1
2727
GHC == 9.8.4
28-
GHC == 9.6.6
28+
GHC == 9.6.7
2929
GHC == 9.4.8
3030
GHC == 9.2.8
3131
GHC == 9.0.2

0 commit comments

Comments
 (0)