Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Export Plugin, Plugin', and Annotation from Network.Xmpp.Internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Kristensen committed Jan 2, 2014
1 parent f751ac3 commit 2e3f2a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Network/Xmpp/Internal.hs
Expand Up @@ -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
Expand Down

0 comments on commit 2e3f2a3

Please sign in to comment.