File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11For the package version policy (PVP), see http://pvp.haskell.org/faq .
22
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+
313### 1.3.1.3
414
515_ 2022-07-14, Andreas Abel_
616
717- 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
920
1021### 1.3.1.2 Revision 1
1122
Original file line number Diff line number Diff line change 11cabal-version : 1.12
22name : regex-tdfa
3- version : 1.3.1.3
3+ version : 1.3.1.4
44
55build-Type : Simple
66license : BSD3
@@ -46,7 +46,7 @@ source-repository head
4646source-repository this
4747 type : git
4848 location : https://github.com/haskell-hvr/regex-tdfa.git
49- tag : v1.3.1.3
49+ tag : v1.3.1.4
5050
5151flag force-O2
5252 default : False
You can’t perform that action at this time.
0 commit comments