You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC 9.10 added ExceptionContext to all exceptions by default, but using UnliftIO's throwIO, the context only goes up to where Control.Exception.throwIO is called in UnliftIO's code. Same with other functions like finally.