From 9e5d3347985edf300b0121ecfd0309fd8e6ec7fb Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Mon, 30 Dec 2024 17:49:55 +0100 Subject: [PATCH] Bump to 3.5.2.0 and CHANGELOG --- CHANGELOG.md | 8 +++++++- alex.cabal | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b684c..bfcad1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## Changes in 3.5.2.0 * Use `byteSwap16#` and `byteSwap32#` on big-endian architectures instead of - handrolling the implementation. + handrolling the implementation + ([PR #260](https://github.com/haskell/alex/pull/260)). +* More descriptive error in `alexScan`; inline `alexScanUser` + ([PR #262](https://github.com/haskell/alex/pull/262)). +* Tested with GHC 8.0 - 9.12.1. + +_Andreas Abel, 2024-12-30_ ## Changes in 3.5.1.0 diff --git a/alex.cabal b/alex.cabal index b723c77..3618ca5 100644 --- a/alex.cabal +++ b/alex.cabal @@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: alex -version: 3.5.1.0 +version: 3.5.2.0 -- don't forget updating changelog.md! license: BSD3 license-file: LICENSE