diff --git a/tls-debug.cabal b/tls-debug.cabal
--- a/tls-debug.cabal
+++ b/tls-debug.cabal
@@ -1,5 +1,5 @@
 Name:                tls-debug
-Version:             0.2.1
+Version:             0.2.2
 Description:
    A set of program to test and debug various aspect of the TLS package.
    .
@@ -24,8 +24,8 @@
                    , cmdargs
                    , certificate >= 1.0
                    , cprng-aes >= 0.3.0
-                   , tls >= 1.0 && < 1.1
-                   , tls-extra >= 0.5 && < 0.6
+                   , tls >= 1.1 && < 1.2
+                   , tls-extra >= 0.6 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
@@ -37,8 +37,8 @@
                    , bytestring
                    , cprng-aes
                    , certificate >= 1.0
-                   , tls >= 1.0 && < 1.1
-                   , tls-extra >= 0.5 && < 0.6
+                   , tls >= 1.1 && < 1.2
+                   , tls-extra >= 0.6 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
@@ -52,8 +52,8 @@
                    , time
                    , cprng-aes >= 0.3.0
                    , certificate >= 1.0
-                   , tls >= 1.0 && < 1.1
-                   , tls-extra >= 0.5 && < 0.6
+                   , tls >= 1.1 && < 1.2
+                   , tls-extra >= 0.6 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
@@ -66,8 +66,8 @@
                    , cmdargs
                    , cprng-aes >= 0.3.0
                    , certificate >= 1.0
-                   , tls >= 1.0 && < 1.1
-                   , tls-extra >= 0.5 && < 0.6
+                   , tls >= 1.1 && < 1.2
+                   , tls-extra >= 0.6 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
