File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
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.5
4+
5+ _ 2022-07-18, Andreas Abel_
6+
7+ - Allow dash (` - ` ) as start of a range, e.g. ` [--z] `
8+ ([ #1 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/1 ) ,
9+ [ #45 ] ( https://github.com/haskell-hvr/regex-tdfa/pull/45 ) )
10+ - Tested with GHC 7.4 - 9.4
11+
312### 1.3.1.4
413
514_ 2022-07-17, Andreas Abel_
Original file line number Diff line number Diff line change 11cabal-version : 1.12
22name : regex-tdfa
3- version : 1.3.1.4
3+ version : 1.3.1.5
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.4
49+ tag : v1.3.1.5
5050
5151flag force-O2
5252 default : False
You can’t perform that action at this time.
0 commit comments