Oops, sorry -- I've had the fix sitting in the tree for a while, but
forgot about it. New version pushed.
On Wed, Mar 7, 2012 at 20:11, Clint Adams wrote:
> Hi John,
>
> I needed to make the attached changes to build network-protocol-xmpp.
--
To UNSUBSCRIBE, email to debian-haskell-requ...@lis
Hi John,
I needed to make the attached changes to build network-protocol-xmpp.
--- a/Network/Protocol/XMPP/Stanza.hs
+++ b/Network/Protocol/XMPP/Stanza.hs
@@ -252,7 +252,7 @@
parseIQ :: X.Element -> Maybe IQ
parseIQ elemt = do
typeStr <- X.attributeText "type" elemt
- iqType <- case typeStr of