File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Changes in 3.4.0.0
2
+
3
+ * New wrappers to lex strict ` Text ` :
4
+ ` strict-text ` , ` posn-strict-text ` , ` monad-strict-text ` and ` monadUserState-strict-text `
5
+ (PR [ #240 ] ( https://github.com/haskell/alex/pull/240 ) ).
6
+ These complement the existing wrappers for ` String ` and ` ByteString ` .
7
+ * Tested with GHC 7.0 - 9.6.2.
8
+
9
+ _ Andreas Abel, 2023-06-20_
10
+
1
11
## Changes in 3.3.0.0
2
12
3
13
* Add an ` Ord ` instance to ` AlexPosn ` (Issue [ #233 ] ( https://github.com/haskell/alex/issues/233 ) ).
Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : alex
3
- version : 3.3 .0.0
3
+ version : 3.4 .0.0
4
4
-- don't forget updating changelog.md!
5
5
license : BSD3
6
6
license-file : LICENSE
7
7
copyright : (c) Chis Dornan, Simon Marlow
8
8
author : Chris Dornan and Simon Marlow
9
- maintainer : Simon Marlow <marlowsd@gmail .com>
9
+ maintainer : https://github .com/haskell/alex
10
10
bug-reports : https://github.com/haskell/alex/issues
11
11
stability : stable
12
12
homepage : http://www.haskell.org/alex/
You can’t perform that action at this time.
0 commit comments