We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977149 commit 9187429Copy full SHA for 9187429
CHANGELOG.md
@@ -1,6 +1,14 @@
1
For the package version policy (PVP), see http://pvp.haskell.org/faq .
2
3
-### 1.3.2
+### 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
12
13
_2022-07-18, Andreas Abel_
14
regex-tdfa.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: regex-tdfa
-version: 1.3.2
+version: 1.3.2.1
build-Type: Simple
license: BSD3
@@ -47,7 +47,7 @@ source-repository head
47
source-repository this
48
type: git
49
location: https://github.com/haskell-hvr/regex-tdfa.git
50
- tag: v1.3.2
+ tag: v1.3.2.1
51
52
flag force-O2
53
default: False
0 commit comments