diff --git a/tests/benchmarks/text-benchmarks.cabal b/tests/benchmarks/text-benchmarks.cabal
--- a/tests/benchmarks/text-benchmarks.cabal
+++ b/tests/benchmarks/text-benchmarks.cabal
@@ -23,7 +23,7 @@
   ghc-options:    -Wall -O2
   cpp-options:    -DHAVE_DEEPSEQ
   build-depends:  base              >= 4   && < 5,
-                  criterion         >= 0.5 && < 0.6,
+                  criterion         >= 0.5 && < 0.7,
                   bytestring        >= 0.9 && < 0.10,
                   deepseq           >= 1.1 && < 1.2,
                   filepath          >= 1.1 && < 1.3,
diff --git a/tests/tests/src/Data/Text/Tests/Properties.hs b/tests/tests/src/Data/Text/Tests/Properties.hs
--- a/tests/tests/src/Data/Text/Tests/Properties.hs
+++ b/tests/tests/src/Data/Text/Tests/Properties.hs
@@ -1096,6 +1096,7 @@
       testProperty "tl_rational" tl_rational
     ],
 
+    {-
     testGroup "input-output" [
       testProperty "t_write_read" t_write_read,
       testProperty "tl_write_read" tl_write_read,
@@ -1106,6 +1107,7 @@
       -- testProperty "t_put_get" t_put_get
       -- testProperty "tl_put_get" tl_put_get
     ],
+    -}
 
     testGroup "lowlevel" [
       testProperty "t_dropWord16" t_dropWord16,
diff --git a/tests/tests/src/Data/Text/Tests/QuickCheckUtils.hs b/tests/tests/src/Data/Text/Tests/QuickCheckUtils.hs
--- a/tests/tests/src/Data/Text/Tests/QuickCheckUtils.hs
+++ b/tests/tests/src/Data/Text/Tests/QuickCheckUtils.hs
@@ -320,7 +320,7 @@
            -> IO.BufferMode
            -> [a]
            -> Property
-write_read unline filt writer reader (E _ enc) nl buf ts =
+write_read unline filt writer reader (E _ _) nl buf ts =
     monadicIO $ assert . (==t) =<< run act
   where t = unline . map (filt (not . (`elem` "\r\n"))) $ ts
         act = withTempFile $ \path h -> do
diff --git a/text.cabal b/text.cabal
--- a/text.cabal
+++ b/text.cabal
@@ -1,5 +1,5 @@
 name:           text
-version:        0.11.1.9
+version:        0.11.1.10
 homepage:       https://github.com/bos/text
 bug-reports:    https://github.com/bos/text/issues
 synopsis:       An efficient packed Unicode text type.
@@ -129,7 +129,7 @@
 
   if impl(ghc >= 6.11)
     cpp-options: -DINTEGER_GMP
-    build-depends: integer-gmp >= 0.2 && < 0.4
+    build-depends: integer-gmp >= 0.2 && < 0.5
 
   if impl(ghc >= 6.9) && impl(ghc < 6.11)
     cpp-options: -DINTEGER_GMP
