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

fix MonadFail instance #139

Closed kk-hainq closed 4 years ago

kk-hainq commented 4 years ago

#if __GLASGOW_HASKELL__ >= 860 didn't match for GHC 8.6.x so we'd need to change it to > 711. I made this mistake myself in #138 so really sorry for not testing more carefully back then. I have tested this code in my own project now.

k-bx commented 4 years ago

No problem, thanks! Released under 0.12.7