Readme for regexqq-0.6

regexqq - Matt Morrow, 2008. The current (as of 080623) location of the current template-haskell docs are temporarily (until they're located in the standard place) available at: http://code.haskell.org/~morrow/code/haskell/misc/template-haskell-HEAD_080623/ An example: ghci> :m + Text.Regex.PCRE.QQ ghci> [$rx|([aeiou]).*(er|ing|tion)([\.,!\?]*)$|] "helloing.!?!?!" Just ["elloing.!?!?!","e","ing",".!?!?!"]