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

Support mtl 2.3 #194

Closed TeofilC closed 1 year ago

TeofilC commented 1 year ago

Explicitly import Control.Monad.IO.Class as it's no longer re-exported by mtl modules.

I've checked that this builds

TeofilC commented 1 year ago

Oops missed that there was already an MR for this