File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
For the package version policy (PVP), see http://pvp.haskell.org/faq .
2
2
3
+ ### 1.3.1.3
4
+
5
+ _ 2022-07-14, Andreas Abel_
6
+
7
+ - Fix an ` undefined ` in ` Show PatternSet ` [ #37 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/37 ) )
8
+ - Document POSIX character classes (e.g. ` [[:digit:]] ` )
9
+
3
10
### 1.3.1.2 Revision 1
4
11
5
12
_ 2022-05-25, Andreas Abel_
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : regex-tdfa
3
- version : 1.3.1.2
4
- x-revision : 1
3
+ version : 1.3.1.3
5
4
6
5
build-Type : Simple
7
6
license : BSD3
@@ -47,7 +46,7 @@ source-repository head
47
46
source-repository this
48
47
type : git
49
48
location : https://github.com/haskell-hvr/regex-tdfa.git
50
- tag : v1.3.1.2-r1
49
+ tag : v1.3.1.3
51
50
52
51
flag force-O2
53
52
default : False
You can’t perform that action at this time.
0 commit comments