Skip to content

Commit d1fcc58

Browse files
committed
Bump to 1.3.1.4 and CHANGELOG
1 parent b0bfdfa commit d1fcc58

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
For 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

regex-tdfa.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: regex-tdfa
3-
version: 1.3.1.3
3+
version: 1.3.1.4
44

55
build-Type: Simple
66
license: BSD3
@@ -46,7 +46,7 @@ source-repository head
4646
source-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

5151
flag force-O2
5252
default: False

0 commit comments

Comments
 (0)