jgm / skylighting

A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions
189 stars 61 forks source link

Usel xml-conduit instead of hxt #117

Closed jgm closed 3 years ago

jgm commented 3 years ago

unless there is something specific we need that only hxt can provide. Reason: by doing so, we'd eliminate hxt as a transitive dependency of pandoc, and cut down compile times a bit.

jgm commented 3 years ago

Ran into two breaking issues

https://github.com/snoyberg/xml/issues/157 (for which a PR is submitted) https://github.com/snoyberg/xml/issues/103 (which isn't as obvious how to fix)

So for now we need to stay with hxt.

jgm commented 3 years ago

Both issues now fixed!

jgm commented 3 years ago

Oh, and this is already done. Forgot to close this issue!