diff --git a/ot.cabal b/ot.cabal
--- a/ot.cabal
+++ b/ot.cabal
@@ -1,5 +1,5 @@
 Name:                ot
-Version:             0.1.2.1
+Version:             0.1.2.2
 Synopsis:            Real-time collaborative editing with Operational Transformation
 -- A longer description of the package.
 -- Description:         
@@ -21,7 +21,7 @@
   Hs-source-dirs:      src
   Exposed-modules:     Control.OperationalTransformation, Control.OperationalTransformation.List, Control.OperationalTransformation.Text, Control.OperationalTransformation.Properties, Control.OperationalTransformation.Client, Control.OperationalTransformation.Server
   Build-depends:       base >= 4 && < 5,
-                       text >= 1.0 && < 1.2,
+                       text >= 1.0 && < 1.3,
                        aeson >= 0.7 && < 0.9,
                        attoparsec >= 0.10.1.1 && < 1,
                        QuickCheck >= 2.7 && < 2.8,
