Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 306 Bytes

File metadata and controls

10 lines (7 loc) · 306 Bytes

v0.3.0.0

New typeclass MonadCatchRaw. Breaking changes in the API, removed some obsolete tests. Improved throwing/catching logic in order to support rethrowing of exceptions. Adjusted tests for new API.

v0.2.1.0

Added instance (MonadUnliftIO m, MonadCatch m) => MonadUnliftIO (ErrorContextT m).