emilaxelsson / syntactic

Generic representation and manipulation of abstract syntax
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Make syntactic 1.x compatible with GHC 8.0.2 #34

Closed kffaxen closed 5 years ago

kffaxen commented 5 years ago

Ensure that Syntactic 1.x can be built with GHC 8.0.2. This entails allowing some newer packages (in particular base) and some API changes against 'tree-view' as well as adaptation to GHC type checker evolution.

emilaxelsson commented 5 years ago

Thank you for the PR, and sorry for the long delay.

I'm working on fixing the Travis build, and want to try to support more recent GHCs while I'm at it.

kffaxen commented 5 years ago

Hi! Great news!

/kff

emilaxelsson commented 5 years ago

OK, now GHC versions up to 8.4.3 are supported and tested. And I've made a new 1.x release. Thanks again!