File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## Changes in 3.5.0.0
2
2
3
3
* Add option ` --numeric-version ` .
4
4
* Remove deprecated ` -v ` as alias for ` --version ` .
5
5
* Add ` -v ` as placeholder for a future ` --verbose ` option.
6
6
* Make ` alex{G,S}etUserState ` available with the ` monadUserState-bytestring ` wrapper
7
- [ Issue #220 ] ( https://github.com/haskell/alex/issues/220 ) .
7
+ ( [ Issue #220 ] ( https://github.com/haskell/alex/issues/220 ) ).
8
8
* Debugging lexer: print character in addition to its ASCII code
9
- [ PR #252 ] ( https://github.com/haskell/alex/pull/252 ) .
9
+ ([ PR #252 ] ( https://github.com/haskell/alex/pull/252 ) ).
10
+ * Tested with GHC 8.0 - 9.8.1.
11
+
12
+ _ Andreas Abel, 2023-12-30_
10
13
11
14
## Changes in 3.4.0.1
12
15
Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : alex
3
- version : 3.4 .0.1
3
+ version : 3.5 .0.0
4
4
-- don't forget updating changelog.md!
5
5
license : BSD3
6
6
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments