File tree 2 files changed +14
-3
lines changed 2 files changed +14
-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.4
4
+
5
+ _ 2022-07-17, Andreas Abel_
6
+
7
+ - Fix parsing of dashes in bracket expressions, e.g. ` [-a-z] ` ([ #1 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/1 ) )
8
+ - Fix a deprecation warning except for on GHC 8.2 ([ #21 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/21 ) )
9
+ - Documentation: link ` defaultComptOpt ` to its definition ([ #13 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/13 ) )
10
+ - Verify documentation examples with new ` doc-test ` testsuite
11
+ - Tested with GHC 7.4 - 9.4
12
+
3
13
### 1.3.1.3
4
14
5
15
_ 2022-07-14, Andreas Abel_
6
16
7
17
- Fix an ` undefined ` in ` Show PatternSet ` ([ #37 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/37 ) )
8
- - Document POSIX character classes (e.g. ` [[:digit:]] ` )
18
+ - Document POSIX character classes (e.g. ` [[:digit:]] ` ) in README
19
+ - Tested with GHC 7.4 - 9.4
9
20
10
21
### 1.3.1.2 Revision 1
11
22
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.3
3
+ version : 1.3.1.4
4
4
5
5
build-Type : Simple
6
6
license : BSD3
@@ -46,7 +46,7 @@ source-repository head
46
46
source-repository this
47
47
type : git
48
48
location : https://github.com/haskell-hvr/regex-tdfa.git
49
- tag : v1.3.1.3
49
+ tag : v1.3.1.4
50
50
51
51
flag force-O2
52
52
default : False
You can’t perform that action at this time.
0 commit comments