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 resource pool conditional compilation #209

Closed sandydoo closed 1 year ago

sandydoo commented 1 year ago

Verified withcabal build --constraint "resource-pool >=0.2 && < 0.3" and cabal build --constraint "resource-pool >= 0.4".

qnikst commented 1 year ago

Thanks for the fix!