simon:
> Hi Chris.. thanks for your extensive work on haskell regex libs.
>
> I'm looking for a good way to make my regex-using app more portable to  
> windows.
> I couldn't figure out the difference between the regex-pcre and regex- 
> pcre-builtin on hackage. Could you clarify ?

pcre-builtin ships the PCRE C library internally. Regular regex-pcre
relies on the DLL somewhere on your system.

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to