We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be26bd commit df99aebCopy full SHA for df99aeb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 1.3.2.4
2
+
3
+_2025-05-09 Andreas Abel_
4
5
+- Fix definition of `[[:graph:]]` character class ([#66](https://github.com/haskell-hvr/regex-tdfa/issues/66))
6
+- Tested with GHC 8.0 - 9.12.2
7
8
### 1.3.2.3
9
10
_2025-03-02 Andreas Abel_
regex-tdfa.cabal
@@ -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
@@ -48,7 +48,7 @@ source-repository head
48
source-repository this
49
type: git
50
location: https://github.com/haskell-hvr/regex-tdfa.git
51
- tag: v1.3.2.3
+ tag: v1.3.2.4
52
53
flag force-O2
54
default: False
0 commit comments