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 31
31
- " 9.4.8"
32
32
- " 9.6.7"
33
33
- " 9.8.4"
34
- - " 9.10.1 "
34
+ - " 9.10.2 "
35
35
- " 9.12.2"
36
36
include :
37
37
- 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
+
1
13
## Changes in 3.5.3.0
2
14
3
15
* 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
2
2
name : alex
3
- version : 3.5.3 .0
3
+ version : 3.5.4 .0
4
4
-- don't forget updating changelog.md!
5
5
license : BSD3
6
6
license-file : LICENSE
@@ -23,7 +23,7 @@ build-type: Simple
23
23
24
24
tested-with :
25
25
GHC == 9.12.2
26
- GHC == 9.10.1
26
+ GHC == 9.10.2
27
27
GHC == 9.8.4
28
28
GHC == 9.6.7
29
29
GHC == 9.4.8
@@ -42,9 +42,11 @@ data-files:
42
42
AlexTemplate.hs
43
43
AlexWrappers.hs
44
44
45
- extra-source -files :
45
+ extra-doc -files :
46
46
CHANGELOG.md
47
47
README.md
48
+
49
+ extra-source-files :
48
50
examples/Makefile
49
51
examples/Tokens.x
50
52
examples/Tokens_gscan.x
You can’t perform that action at this time.
0 commit comments