informatikr / hedis

A Redis client library for Haskell.
http://hackage.haskell.org/package/hedis
BSD 3-Clause "New" or "Revised" License
327 stars 121 forks source link

Add MonadUnliftIO instance #181

Closed qwbarch closed 2 years ago

qwbarch commented 2 years ago

Simple PR adding a MonadUnliftIO instance for the Redis monad. Closes ##180.

k-bx commented 2 years ago

@qwbarch I don't remember the details now, didn't do Haskell for a while, but I remember there was an unlift-core which had a purpose to be used for lightweight library deps https://hackage.haskell.org/package/unliftio-core

Is there a reason to use unliftio and not unliftio-core?

qwbarch commented 2 years ago

Fixed, didn't realize there's a lightweight library just for the typeclass itself

k-bx commented 2 years ago

Released as 0.15.1, thanks!