mtesseract / nakadi-client

Haskell Client Library for the Nakadi Event Broker
Other
13 stars 9 forks source link

Migrate to new UnliftIO based APIs #92

Closed mtesseract closed 6 years ago

mtesseract commented 6 years ago

Some time ago unliftio was released. See e.g. https://www.fpcomplete.com/blog/2017/07/announcing-new-unliftio-library

Since then it has been made production ready and a significant part of the ecosystem has adopted it (including for example the whole conduit stack, classy-prelude, resourcet, etc.).

In particular, unliftio replaces monad-control with its MonadBaseControl and MonadTransControl instances.

I propose to adopt it as well.

mtesseract commented 6 years ago

done