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

Publicly expose ConnectTimeout exception #153

Closed harporoeder closed 3 years ago

harporoeder commented 3 years ago

The ConnectTimeout exception can be thrown, however is not exported, and not be specifically caught from the public API. This can happen during for example a checkedConnect.

This PR exposes the ConnectTimeout exception.

k-bx commented 3 years ago

Thanks! Released as 0.12.14