It looks like haskell-src-exts is on life support, with `ghc-lib-parser` the recommended alternative. My specific issue is that `parseExp` doesn't parse `OverloadedRecordDot` correctly, so I can't do `${foo.bar}` in the sql quasiquoter
It looks like haskell-src-exts is on life support, with
ghc-lib-parserthe recommended alternative.My specific issue is that
parseExpdoesn't parseOverloadedRecordDotcorrectly, so I can't do${foo.bar}in the sql quasiquoter