haskell-suite / haskell-src-exts

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

GHC 8.6 extension support? #419

Closed kozross closed 4 years ago

kozross commented 5 years ago

In particular, DerivingVia is giving a lot of tooling (such as HLint and hindent) severe trouble at the moment.

RyanGlScott commented 5 years ago

DerivingVia in particular is handled in #420.

fosskers commented 5 years ago

It also seems that the new syntax allowed by BlockArguments is not parsable by haskell-src-exts-1.21.0.

ttuegel commented 5 years ago

QuantifiedConstraints is also not supported by haskell-src-exts-1.21.0.