Unicode Support version of Text.Regex, using regex-tdfa
#4Build failure for GHC 9.4.7
Compiling & installing the ZIP with cabal currently fails due to GHC warning about a !0
bang pattern in the wrong place, which is just indexing into a list.
Adding a space to turn it into ! 0
seems to fix compilation and run my regexps as expected.