Index: b/io-streams.cabal
===================================================================
--- a/io-streams.cabal
+++ b/io-streams.cabal
@@ -1,5 +1,6 @@
 Name:                io-streams
 Version:             1.5.2.2
+x-revision: 2
 License:             BSD3
 License-file:        LICENSE
 Category:            Data, Network, IO-Streams
@@ -140,11 +141,11 @@ Library
 
   Build-depends:     base               >= 4     && <5,
                      attoparsec         >= 0.10  && <0.15,
-                     bytestring         >= 0.9   && <0.12,
-                     primitive          >= 0.2   && <0.8,
+                     bytestring         >= 0.9   && <0.13,
+                     primitive          >= 0.2   && <0.10,
                      process            >= 1.1   && <1.7,
-                     text               >=0.10   && <1.3  || >= 2.0 && <2.1,
-                     time               >= 1.2   && <1.13,
+                     text               >=0.10   && <1.3  || >= 2.0 && <2.2,
+                     time               >= 1.2   && <1.16,
                      transformers       >= 0.2   && <0.7,
                      vector             >= 0.7   && <0.14
 
@@ -162,7 +163,7 @@ Library
   if flag(Network)
     Exposed-modules: System.IO.Streams.Network
     Other-modules:   System.IO.Streams.Internal.Network
-    Build-depends:   network            >= 2.3   && <3.2
+    Build-depends:   network            >= 2.3   && <4
     cpp-options:     -DENABLE_NETWORK
 
   other-extensions:
@@ -230,7 +231,7 @@ Test-suite testsuite
     Other-modules:   System.IO.Streams.Tests.Zlib,
                      System.IO.Streams.Zlib
     Build-depends:   zlib-bindings,
-                     zlib                       >= 0.5      && <0.7
+                     zlib                       >= 0.5      && <0.8
     cpp-options:     -DENABLE_ZLIB
 
   if flag(Network)
@@ -243,7 +244,7 @@ Test-suite testsuite
   Build-depends:     base,
                      attoparsec,
                      bytestring,
-                     deepseq            >= 1.2   && <1.5,
+                     deepseq            >= 1.2   && <1.6,
                      directory          >= 1.1   && <2,
                      filepath           >= 1.2   && <2,
                      mtl                >= 2     && <3,
