Skip to content

Commit e86cac8

Browse files
committed
v3.4.0.0: bump and CHANGELOG
1 parent 40acd87 commit e86cac8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## Changes in 3.3.0.0
212

313
* Add an `Ord` instance to `AlexPosn` (Issue [#233](https://github.com/haskell/alex/issues/233)).

alex.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cabal-version: >= 1.10
22
name: alex
3-
version: 3.3.0.0
3+
version: 3.4.0.0
44
-- don't forget updating changelog.md!
55
license: BSD3
66
license-file: LICENSE
77
copyright: (c) Chis Dornan, Simon Marlow
88
author: Chris Dornan and Simon Marlow
9-
maintainer: Simon Marlow <marlowsd@gmail.com>
9+
maintainer: https://github.com/haskell/alex
1010
bug-reports: https://github.com/haskell/alex/issues
1111
stability: stable
1212
homepage: http://www.haskell.org/alex/

0 commit comments

Comments
 (0)