haskell-suite / haskell-src-exts

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

Support more fixities #398

Closed ndmitchell closed 6 years ago

ndmitchell commented 6 years ago

I manually audited the Prelude ones, so they are spot on. For the others I used my script and general knowledge, but it won't have caught new operators added to type classes - but it's definitely an improvement.

ndmitchell commented 6 years ago

See also #400.

ndmitchell commented 6 years ago

Ping? I think this can be merged as is and is relatively uncontroversial.

mpickering commented 6 years ago

I was looking at doing a new release this evening but the number of new features since the last release is still quite small. A version bump causes a lot of ecosystem churn so I would rather not do one until there have been more changes.

ndmitchell commented 6 years ago

@mpickering fine by me - just keen to have them upstream for a HEAD version I use somewhere.