regex-posix

POSIX Backend for "Text.Regex" (regex-base)

Version on this page:0.96.0.0@rev:2
LTS Haskell 22.14:0.96.0.1@rev:3
Stackage Nightly 2024-03-28:0.96.0.1@rev:3
Latest on Hackage:0.96.0.1@rev:3

See all snapshots regex-posix appears in

BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by [email protected]
This version can be pinned in stack with:regex-posix-0.96.0.0@sha256:bd870f983a21bb474bd96449736f011c599981ce70da808a21ec1a28292e5481,2861

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

See also http://pvp.haskell.org/faq

0.96.0.0

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