Skip to content

Commit f0a7338

Browse files
committed
Bump to 0.96.0.1 and ChangeLog
1 parent 5035db1 commit f0a7338

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

ChangeLog.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
See also http://pvp.haskell.org/faq
1+
For versioning policy, see: http://pvp.haskell.org/faq
22

3-
## 0.96.0.0 Revision 2
3+
## 0.96.0.1
4+
5+
- Compatibility with `base-4.15` (GHC 9.2)
6+
- Fix stack installation problems on Windows around flag `_regex-posix-clib`
7+
(issues
8+
[#4](https://github.com/haskell-hvr/regex-posix/issues/4) and
9+
[#7](https://github.com/haskell-hvr/regex-posix/issues/7)).
10+
11+
## 0.96.0.0 Revision 2 (2021-02-20)
412

513
- Compatibility with `base-4.15` (GHC 9.0)
614

7-
## 0.96.0.0 Revision 1
15+
## 0.96.0.0 Revision 1 (2020-03-25)
816

917
- Compatibility with `base-4.14` (GHC 8.10)
1018

11-
## 0.96.0.0
19+
## 0.96.0.0 (2019-09-30)
1220

1321
- Update to `regex-base-0.94.0.0` API
1422
- Compatibility with `base-4.13.0`
1523
- Remove internal regex C implementation
16-
17-
----

regex-posix.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
cabal-version: 1.12
22
name: regex-posix
3-
version: 0.96.0.0
4-
x-revision: 2
3+
version: 0.96.0.1
54

65
build-type: Simple
76
license: BSD3
87
license-file: LICENSE
98
copyright: Copyright (c) 2007-2010, Christopher Kuklewicz
109
author: Christopher Kuklewicz
11-
maintainer: hvr@gnu.org
10+
maintainer: hvr@gnu.org, Andreas Abel
1211
bug-reports: https://github.com/hvr/regex-posix
1312
synopsis: POSIX Backend for "Text.Regex" (regex-base)
1413
category: Text
@@ -46,7 +45,7 @@ source-repository head
4645
source-repository this
4746
type: git
4847
location: https://github.com/hvr/regex-base.git
49-
tag: v0.96.0.0-r2
48+
tag: v0.96.0.1
5049

5150
flag _regex-posix-clib
5251
manual: False

0 commit comments

Comments
 (0)