BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by Andreas Abel
This version can be pinned in stack with:regex-pcre-0.95.0.1@sha256:3709b4d27411a96ffc765dfa6c989088181eb4616a7e704e833d415d0709e58a,2276

Hackage version Stackage Nightly Stackage LTS Haskell-CI License regex-pcre

Backend for regex-base via binding to PCRE library.

Documentation on hackage.

Binding to PCRE2 is in regex-pcre2.

Changes

0.95.0.1

2025-03-02 Andreas Abel

  • Drop support for GHC 7
  • Make Prelude imports explicit, add LANGUAGE NoImplicitPrelude
  • Make upper bounds of dependencies major-major (all are shipped with GHC)
  • Tested with GHC 8.0 - 9.12.1

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