generalize catchHardwareFault to catchIOErrorType

This commit is contained in:
Joey Hess 2015-12-06 16:26:38 -04:00
parent 99fa2b5716
commit a0fcb8ec93
Failed to extract signature
4 changed files with 19 additions and 19 deletions

View file

@ -7,7 +7,7 @@
module Assistant.Threads.XMPPClient where
import Assistant.Common
import Assistant.Common hiding (ProtocolError)
import Assistant.XMPP
import Assistant.XMPP.Client
import Assistant.NetMessager