k0001 / pipes-binary

Encode and decode binary streams using the pipes and binary libraries.
Other
7 stars 12 forks source link

Add CPP to handle the removal of Control.Monad.Trans.Error #30

Closed merijn closed 1 year ago

merijn commented 1 year ago

This keeps the instance of Error if compiled with an older transformers, but removes it for the latest versions.

All older releases should get a revision with the upperbound transformer < 0.6.0 to be unbuildable.

Fixes #29

k0001 commented 1 year ago

Thanks!