Export 'Error' in the public API.
1 files changed, 2 insertions(+), 1 deletions(-) M Network/Protocol/XMPP.hs
M Network/Protocol/XMPP.hs => Network/Protocol/XMPP.hs +2 -1
@@ 51,8 51,9 @@ module Network.Protocol.XMPP , emptyIQ -- * The XMPP monad - , Server (..) , XMPP + , Server (..) + , Error (..) , runClient , runComponent , putStanza