diff --git a/network-protocol-xmpp.cabal b/network-protocol-xmpp.cabal
--- a/network-protocol-xmpp.cabal
+++ b/network-protocol-xmpp.cabal
@@ -1,5 +1,5 @@
 name: network-protocol-xmpp
-version: 0.4.1
+version: 0.4.2
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>
@@ -21,7 +21,7 @@
 source-repository this
   type: bazaar
   location: https://john-millikin.com/branches/network-protocol-xmpp/0.4/
-  tag: network-protocol-xmpp_0.4.1
+  tag: network-protocol-xmpp_0.4.2
 
 library
   ghc-options: -Wall -O2
@@ -29,15 +29,15 @@
 
   build-depends:
       base >= 4.0 && < 5.0
-    , text >= 0.10 && < 0.12
+    , bytestring >= 0.9 && < 0.10
     , gnuidn >= 0.2 && < 0.3
     , gnutls >= 0.1 && < 0.3
-    , bytestring >= 0.9 && < 0.10
     , gsasl >= 0.3 && < 0.4
-    , network >= 2.2 && < 2.4
-    , transformers >= 0.2 && < 0.3
-    , monads-tf >= 0.1 && < 0.2
     , libxml-sax >= 0.7 && < 0.8
+    , monads-tf >= 0.1 && < 0.2
+    , network >= 2.2 && < 2.4
+    , text >= 0.10 && < 0.12
+    , transformers >= 0.2
     , xml-types >= 0.3 && < 0.4
 
   exposed-modules:
