~singpolyma/network-protocol-xmpp

7dc0aed22a8095434548e39a003e3a0f634ebe12 — John Millikin 13 years ago 490bb5f
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