Re: network-protocol-xmpp with ghc 7.4.1

2012-03-07 Thread John Millikin
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

network-protocol-xmpp with ghc 7.4.1

2012-03-07 Thread Clint Adams
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