File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 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- ----
Original file line number Diff line number Diff line change 11cabal-version : 1.12
22name : regex-posix
3- version : 0.96.0.0
4- x-revision : 2
3+ version : 0.96.0.1
54
65build-type : Simple
76license : BSD3
87license-file : LICENSE
98copyright : Copyright (c) 2007-2010, Christopher Kuklewicz
109author : Christopher Kuklewicz
11- maintainer : hvr@gnu.org
10+ maintainer : hvr@gnu.org, Andreas Abel
1211bug-reports : https://github.com/hvr/regex-posix
1312synopsis : POSIX Backend for "Text.Regex" (regex-base)
1413category : Text
@@ -46,7 +45,7 @@ source-repository head
4645source-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
5150flag _regex-posix-clib
5251 manual : False
You can’t perform that action at this time.
0 commit comments