haskell-src-exts v1.5.1 Release Notes

    • 🛠 Fix a bug in the exact printer that made it always print the first token at position (0,0).

    • In fixing the above, Annotated is now a superclass of ExactP. It was already a superclass in spirit, and nothing can break from this since ExactP is only exported abstractly.