diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0d5f5..605c6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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): diff --git a/alex.cabal b/alex.cabal index 8fa9199..8e4c3a5 100644 --- a/alex.cabal +++ b/alex.cabal @@ -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 @@ -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. diff --git a/doc/about.rst b/doc/about.rst index 050c27e..0399a68 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -3,8 +3,8 @@ About Alex ========== -Alex can always be obtained from its `home page `__. -The latest source code lives in the `git repository `__ on ``GitHub``. +Alex written in Haskell. +The source code lives in the `git repository `__ on ``GitHub``. Releases --------