BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by Andreas Abel
This version can be pinned in stack with:regex-posix-0.96.0.1@sha256:816d6acc560cb86672f347a7bef8129578dde26ed760f9e79b4976ed9bd7b9fd,2925

The POSIX regex backend for regex-base.

The main appeal of this backend is that it's very lightweight due to its reliance on the ubiquitous POSIX.2 regex facility that is provided by the standard C library on most POSIX platforms.

See also https://wiki.haskell.org/Regular_expressions for more information.

Changes

For versioning policy, see: http://pvp.haskell.org/faq

0.96.0.1 (2021-07-19)

  • Compatibility with base-4.16 (GHC 9.2)
  • Fix stack installation problems on Windows around flag _regex-posix-clib (issues #4 and #7).

0.96.0.0 Revision 2 (2021-02-20)

  • Compatibility with base-4.15 (GHC 9.0)

0.96.0.0 Revision 1 (2020-03-25)

  • Compatibility with base-4.14 (GHC 8.10)

0.96.0.0 (2019-09-30)

  • Update to regex-base-0.94.0.0 API
  • Compatibility with base-4.13.0
  • Remove internal regex C implementation