iconnect / regex

regex: A Regular Expression Toolkit for regex-base

Home Page:http://regex.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorporate PCRE library into regex

cdornan opened this issue · comments

To fix #141 cleanly and #145 we will integrate regex-pcre-builtin into regex as sub-package regex-with-pcre-code, living in a separate directory (not a part of mega-regex) and on its own release cycle.

(Having it in a separate, stable sub-package makes the whole package easier to use with ghci.)