diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-06 16:26:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-06 16:26:38 -0400 |
commit | cf258d958853d7a9925b3f7abf2b617c5b64499d (patch) | |
tree | a5c526d51aeaa18ca2e89558c46334fe372b4a22 /Assistant | |
parent | 29fe475e490840ffa859b85258353c174b87ee4d (diff) |
generalize catchHardwareFault to catchIOErrorType
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/XMPPClient.hs | 2 |
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 |