haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

Add missing Generic instances #380

Closed pepeiborra closed 6 years ago

pepeiborra commented 7 years ago

Some of the types in the SrcLoc module lack Generic instances, and I can't think of any good reason to leave them out.

mpickering commented 6 years ago

Cheers @pepeiborra