Skip to content

Commit e65958c

Browse files
committed
Bump to 3.5.4.0 and CHANGELOG
Also cosmetic changes to .cabal file.
1 parent 568d915 commit e65958c

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

alex.cabal

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cabal-version: >= 1.10
1+
cabal-version: 1.18
22
name: alex
3-
version: 3.5.3.0
3+
version: 3.5.4.0
44
-- don't forget updating changelog.md!
55
license: BSD3
66
license-file: LICENSE
@@ -23,7 +23,7 @@ build-type: Simple
2323

2424
tested-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

0 commit comments

Comments
 (0)