From 2e3f2a3903cc156b820e6b8b02eaf70942204109 Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Thu, 2 Jan 2014 15:50:02 +0100 Subject: [PATCH] Export Plugin, Plugin', and Annotation from Network.Xmpp.Internal --- source/Network/Xmpp/Internal.hs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Network/Xmpp/Internal.hs b/source/Network/Xmpp/Internal.hs index 944ef47..9fb7d13 100644 --- a/source/Network/Xmpp/Internal.hs +++ b/source/Network/Xmpp/Internal.hs @@ -41,10 +41,15 @@ module Network.Xmpp.Internal , iqError , iqResult , associatedErrorType + -- * Plugins + , Plugin(..) + , Plugin'(..) + , Annotation(..) ) where import Network.Xmpp.Concurrent.Basic +import Network.Xmpp.Concurrent.Types import Network.Xmpp.Sasl import Network.Xmpp.Sasl.Types import Network.Xmpp.Stanza