aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug458.hs
Commit message (Collapse)AuthorAgeFilesLines
* Support unicode operators, proper modulesAlec Theriault2018-03-021-0/+6
Unicode operators are a pretty big thing in Haskell, so supporting linking them seems like it outweighs the cost of the extra machinery to force Attoparsec to look for unicode. Fixes #458.