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.3.2.1
+version: 0.3.2.2
 synopsis: Client <-> Server communication over XMPP
 license: GPL-3
 license-file: License.txt
@@ -21,7 +21,7 @@
 
   build-depends:
       base >=3 && < 5
-    , text >= 0.7 && < 0.8
+    , text >= 0.7 && < 0.9
     , gnuidn >= 0.1 && < 0.2
     , gnutls >= 0.1 && < 0.3
     , bytestring >= 0.9 && < 0.10
