ekmett / exceptions

mtl friendly exceptions
Other
49 stars 32 forks source link

Transformers5 #51

Closed sapek closed 8 years ago

sapek commented 8 years ago

Forced transformers to 0.5 and verified that tests pass:

Dependency transformers ==0.5.0.0: using transformers-0.5.0.0

Note that an update version of transformers-compat with bumped transformers dependency would have to be published first to hackage. This commit already has the dependency change.

sapek commented 8 years ago

Thanks for the quick merge. Do you know when you will be able to publish transformers-compat with transformers < 0.6 dependency?

ekmett commented 8 years ago

That one is a bit trickier as we need to switch to the new API for Data.Functor.Classes and I need to make sure the stuff I have downstream won't break horribly.

sapek commented 8 years ago

Thanks. I'll work around on our side until then.

asr commented 8 years ago

:+1:

ekmett commented 8 years ago

You should be all set.

sapek commented 8 years ago

Thanks, but I think you forgot to dump transforermers-compat dependency in exceptions to < 0.6. I created a quick PR: #55.