Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Changes in 3.5.4.1

* New examples and fixes to the documentation (#284, #285, #286).
* Tested with GHC 8.0 - 9.14.1.

_Andreas Abel, 2026-03-21_

## Changes in 3.5.4.0

* Fix [issue #277](https://github.com/haskell/alex/issues/277):
Expand Down
4 changes: 2 additions & 2 deletions alex.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: alex
version: 3.5.4.0
version: 3.5.4.1
-- don't forget updating changelog.md!
license: BSD3
license-file: LICENSE
Expand All @@ -9,7 +9,7 @@ author: Chris Dornan and Simon Marlow
maintainer: https://github.com/haskell/alex
bug-reports: https://github.com/haskell/alex/issues
stability: stable
homepage: http://www.haskell.org/alex/
homepage: https://github.com/haskell/alex
synopsis: Alex is a tool for generating lexical analysers in Haskell
description:
Alex is a tool for generating lexical analysers in Haskell.
Expand Down
4 changes: 2 additions & 2 deletions doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
About Alex
==========

Alex can always be obtained from its `home page <https://www.haskell.org/alex>`__.
The latest source code lives in the `git repository <https://github.com/haskell/alex>`__ on ``GitHub``.
Alex written in Haskell.
The source code lives in the `git repository <https://github.com/haskell/alex>`__ on ``GitHub``.

Releases
--------
Expand Down
Loading