ekmett / transformers-compat

transformers compatibility shim
Other
10 stars 12 forks source link

Compatibility with transformers 0.6 #48

Closed sjakobi closed 3 years ago

sjakobi commented 3 years ago

https://hackage.haskell.org/package/transformers-0.6.0.0/changelog

Could you upload a compatible release?

RyanGlScott commented 3 years ago

I'm currently working on this—see the work-in-progress transformers-0.6 branch. Making transformers-compat compatible with transformers-0.6.* isn't a simple matter of lifting version bounds, however, as code changes in the 0.6.* series break some of the code in transformers-compat. It should be straightfoward to adapt to these changes, but it will take me some take to work out the right cocktail of CPP.

RyanGlScott commented 3 years ago

See #49.

RyanGlScott commented 3 years ago

I've uploaded transformers-compat-0.7 to Hackage, which supports transformers-0.6.*.