bjpop / language-python

A parser for Python 2.x and 3.x written in Haskell
157 stars 46 forks source link

Allow recent transformers (and thus ghc 8.0) #29

Closed jml closed 8 years ago

jml commented 8 years ago

transformers 0.4 doesn't build on ghc 8.0. transformers 0.5 does, and language-python seems to compile just fine.


This change is Reviewable

bjpop commented 8 years ago

Thanks @jml. 0.5.3 uploaded to hackage, with new transformers dependency.