We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261aa08 commit 9e5d334Copy full SHA for 9e5d334
CHANGELOG.md
@@ -1,7 +1,13 @@
1
## Changes in 3.5.2.0
2
3
* Use `byteSwap16#` and `byteSwap32#` on big-endian architectures instead of
4
- handrolling the implementation.
+ handrolling the implementation
5
+ ([PR #260](https://github.com/haskell/alex/pull/260)).
6
+* More descriptive error in `alexScan`; inline `alexScanUser`
7
+ ([PR #262](https://github.com/haskell/alex/pull/262)).
8
+* Tested with GHC 8.0 - 9.12.1.
9
+
10
+_Andreas Abel, 2024-12-30_
11
12
## Changes in 3.5.1.0
13
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
0 commit comments