From d2f41b9ac3141472b4ff8635d7ae684fd3dad737 Mon Sep 17 00:00:00 2001
From: Philipp Balzarek
Date: Tue, 25 Feb 2014 19:36:59 +0100
Subject: [PATCH] fix export declaration of Annotated
---
source/Network/Xmpp.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/Network/Xmpp.hs b/source/Network/Xmpp.hs
index 57476f1..5da8a18 100644
--- a/source/Network/Xmpp.hs
+++ b/source/Network/Xmpp.hs
@@ -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'(..)