Open ethercrow opened 9 years ago
Just a warning though, icu is a pain in the ass to install on windows.
Well, we already depend on it.
Most of things are a pain in the ass to install on Windows. If demand is high enough, someone will put together either a binary distribution or some instructions.
Note that https://hackage.haskell.org/package/text-icu-0.7.0.0/docs/Data-Text-ICU-Regex.html provides thread-unsafe and IO-based API. https://hackage.haskell.org/package/text-icu-0.7.0.0/docs/Data-Text-ICU.html provides pure API.
Because pcre regexes, unicode support and ability to ditch String are nice things.