summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-06 16:26:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-06 16:26:38 -0400
commitcf258d958853d7a9925b3f7abf2b617c5b64499d (patch)
treea5c526d51aeaa18ca2e89558c46334fe372b4a22 /Assistant
parent29fe475e490840ffa859b85258353c174b87ee4d (diff)
generalize catchHardwareFault to catchIOErrorType
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Threads/XMPPClient.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/XMPPClient.hs b/Assistant/Threads/XMPPClient.hs
index 78d527920..da29c4ae4 100644
--- a/Assistant/Threads/XMPPClient.hs
+++ b/Assistant/Threads/XMPPClient.hs
@@ -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