File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-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.2
3
+ ### 1.3.2.1
4
+
5
+ _ 2023-05-19, Andreas Abel_
6
+
7
+ - Fix haddock rendering of code examples in top-level documentation
8
+ ([ #50 ] ( https://github.com/haskell-hvr/regex-tdfa/issues/50 ) )
9
+ - Tested with GHC 7.4 - 9.6
10
+
11
+ ## 1.3.2
4
12
5
13
_ 2022-07-18, Andreas Abel_
6
14
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.2
3
+ version : 1.3.2.1
4
4
5
5
build-Type : Simple
6
6
license : BSD3
@@ -47,7 +47,7 @@ source-repository head
47
47
source-repository this
48
48
type : git
49
49
location : https://github.com/haskell-hvr/regex-tdfa.git
50
- tag : v1.3.2
50
+ tag : v1.3.2.1
51
51
52
52
flag force-O2
53
53
default : False
You can’t perform that action at this time.
0 commit comments