Update source repository locations. Bump version to 0.4.5.
Require haskell-gnutls >= 0.1.4, because earlier versions crash when
credentials are used as they are in XMPP/Client/Handle.hs .
Remove maximum dependency versions for bytestring and network.
Minor cleanups. Remove maximum version of "transformers" dependency.
Clean up Cabal file.
Bump package version to 0.4.1.
Quick-n-dirty port to updated xml-types and libxml-sax.
Update homepage and repository URLs.
Remove -fno-warn-unused-do-bind from GHC options, and fix resulting warnings.
Bump 'network' dependency version.
Update homepage and bump 'text' dependency version.
Bump 'text' dependency version.
Rename 'Event' to 'SaxEvent', in preparation for new "xml-types" package.
Update to use libxml-sax 0.6
Add locking to 'putStanza' and 'getStanza', to allow basic thread-safe access.
Use 'xml-types' instead of HXT for basic XML processing.