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
Copy file name to clipboardExpand all lines: src/Network/HTTP/Download/Verified.hs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ import qualified Data.Text.Encoding as Text
30
30
31
31
importControl.Applicative
32
32
importControl.Monad
33
-
importControl.Monad.Catch (Handler (..))
34
-
importControl.Monad.IO.Unlifthiding (Handler (..))-- FIXME when safe-exceptions uses exceptions's Handler, we can get rid of this and the dependency on exceptions
33
+
importControl.Monad.Catch (Handler (..))-- would be nice if retry exported this itself
0 commit comments