Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.3.2.4

_2025-05-09 Andreas Abel_

- Fix definition of `[[:graph:]]` character class ([#66](https://github.com/haskell-hvr/regex-tdfa/issues/66))
- Tested with GHC 8.0 - 9.12.2

### 1.3.2.3

_2025-03-02 Andreas Abel_
Expand Down
4 changes: 2 additions & 2 deletions regex-tdfa.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.24
name: regex-tdfa
version: 1.3.2.3
version: 1.3.2.4

build-Type: Simple
license: BSD3
Expand Down Expand Up @@ -48,7 +48,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/haskell-hvr/regex-tdfa.git
tag: v1.3.2.3
tag: v1.3.2.4

flag force-O2
default: False
Expand Down