File: ChangeLog.md

package info (click to toggle)
haskell-regex-pcre2 1.0.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 543; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
See also http://pvp.haskell.org/faq

## 1.0.0.0

- Migrate from the obsolete pcre3 library to the new (confusingly-named) pcre2 one

## 0.95.0.0 revision 6

- Allow `containers-0.7`

## 0.95.0.0 revision 5

- Allow `bytestring-0.12`

## 0.95.0.0 revision 4

- Compatibility with `base >= 4.17` (GHC 9.4)

## 0.95.0.0 revision 3

- Compatibility with `base-4.16` (GHC 9.2)

## 0.95.0.0 revision 2

- Compatibility with `base-4.15` (GHC 9.0) and `bytestring-0.11`

## 0.95.0.0

- Update to `regex-0.94.0.0` API
- Compatibility with `base-4.13.0`
- Use `pkg-config` for locating `pcre`

----