Browse Source

fix export declaration of Annotated

master
Philipp Balzarek 12 years ago
parent
commit
d2f41b9ac3
  1. 2
      source/Network/Xmpp.hs

2
source/Network/Xmpp.hs

@ -216,7 +216,7 @@ module Network.Xmpp @@ -216,7 +216,7 @@ module Network.Xmpp
-- * Plugins
-- Plugins modify incoming and outgoing stanzas. They can, for example, handle
-- encryption, compression or other protocol extensions.
, Annotated(..)
, Annotated
, Annotation(..)
, Plugin
, Plugin'(..)

Loading…
Cancel
Save