bmillwood / haskell-src-meta

Maintenance of Matt Morrow's package for parsing haskell source to a TH AST.
27 stars 51 forks source link

Support for haskell-src-exts-1.18 #58

Closed ddssff closed 8 years ago

ddssff commented 8 years ago

This pull request addresses issue #57. It drops support for haskell-src-exts-1.16 because the parser at that point did not produce annotated trees. Consequently, it also drops support for ghc-7.4 and template-haskell older than 2.8.

ddssff commented 8 years ago

Please note that I just relaxed the build dependencies to restore haskell-src-exts-1.17 support. This was accidentally removed while I was developing the patch.

mainland commented 8 years ago

I already pulled in a slightly modified version of your earlier pull request and released it as 0.7. If you have more changes, please rebase and open a new pull request.

In general, it would be helpful to only have to deal with pull requests that are ready to merge. Please wait until you are sure you're done making changes before submitting a pull request.