Skip to content

Commit

Permalink
v1.3.2.2 Bump and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Aug 2, 2023
1 parent 89162c5 commit f1ec8b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
For the package version policy (PVP), see http://pvp.haskell.org/faq .

### 1.3.2.2

_2023-08-02, Andreas Abel_

- Fix return type in `memcpy` FFI signature ([#52](https://github.com/haskell-hvr/regex-tdfa/pull/52))
- Refactor `regexec` to avoid partial functions `tail` and `(!0)`
- Tested with GHC 7.4 - 9.8.1-alpha1

### 1.3.2.1

_2023-05-19, Andreas Abel_
Expand Down
5 changes: 2 additions & 3 deletions regex-tdfa.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: 1.12
name: regex-tdfa
version: 1.3.2.1
x-revision: 1
version: 1.3.2.2

build-Type: Simple
license: BSD3
Expand Down Expand Up @@ -48,7 +47,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/haskell-hvr/regex-tdfa.git
tag: v1.3.2.1
tag: v1.3.2.2

flag force-O2
default: False
Expand Down

0 comments on commit f1ec8b3

Please sign in to comment.