Re: [Haskell-cafe] TLS support for haskell-xmpp

2012-04-20 Thread John Goerzen
I'll probably give it a go then. Incidentally, I am not sure if the original author is responsive. I'm fixing some other bugs while I'm at it; would it be kosher for me to make a new version upload of it to Hackage in the event that the original author doesn't respond? -- John On 04/17/201

Re: [Haskell-cafe] TLS support for haskell-xmpp

2012-04-17 Thread Vincent Hanquez
On 04/17/2012 04:05 AM, John Goerzen wrote: Dmitry & others, Attached is a diff implementing TLS support for haskell-xmpp, and correcting a build failure. The support is rough but it seems to work so far. It's a bid sad but gnutls is GPL-3 and haskell-xmpp BSD3, rendering the combination B

[Haskell-cafe] TLS support for haskell-xmpp

2012-04-16 Thread John Goerzen
Dmitry & others, Attached is a diff implementing TLS support for haskell-xmpp, and correcting a build failure. The support is rough but it seems to work so far. -- John diff -durN -x '*~' -x Test.hs orig/haskell-xmpp-1.0/haskell-xmpp.cabal haskell-xmpp-1.0/haskell-xmpp.cabal --- orig/haskell-