File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 3131 - " 9.4.8"
3232 - " 9.6.7"
3333 - " 9.8.4"
34- - " 9.10.1 "
34+ - " 9.10.2 "
3535 - " 9.12.2"
3636 include :
3737 - ghc : " 9.12.2"
Original file line number Diff line number Diff line change 1+ ## Changes in 3.5.4.0
2+
3+ * Fix [ issue #277 ] ( https://github.com/haskell/alex/issues/277 ) :
4+ compatibility of generated code with ` {-# LANGUAGE ImpredicativeTypes #-} ` ,
5+ thanks Nadia Yvette Chambers!
6+ * Simplify ` cabal install ` ([ PR #272 ] ( https://github.com/haskell/alex/pull/272 ) ),
7+ thanks Antoine Leblanc!
8+ * Document ` examples/words.x ` , thanks Piotr Justyna!
9+ * Tested with GHC 8.0 - 9.12.2.
10+
11+ _ Andreas Abel, 2025-08-03_
12+
113## Changes in 3.5.3.0
214
315* Fix critical bug in automaton minimizer
Original file line number Diff line number Diff line change 1- cabal-version : >= 1.10
1+ cabal-version : 1.18
22name : alex
3- version : 3.5.3 .0
3+ version : 3.5.4 .0
44-- don't forget updating changelog.md!
55license : BSD3
66license-file : LICENSE
@@ -23,7 +23,7 @@ build-type: Simple
2323
2424tested-with :
2525 GHC == 9.12.2
26- GHC == 9.10.1
26+ GHC == 9.10.2
2727 GHC == 9.8.4
2828 GHC == 9.6.7
2929 GHC == 9.4.8
@@ -42,9 +42,11 @@ data-files:
4242 AlexTemplate.hs
4343 AlexWrappers.hs
4444
45- extra-source -files :
45+ extra-doc -files :
4646 CHANGELOG.md
4747 README.md
48+
49+ extra-source-files :
4850 examples/Makefile
4951 examples/Tokens.x
5052 examples/Tokens_gscan.x
You can’t perform that action at this time.
0 commit comments