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.2
+Version:             0.2.3
 Description:
    A set of program to test and debug various aspect of the TLS package.
    .
@@ -25,7 +25,7 @@
                    , certificate >= 1.0
                    , cprng-aes >= 0.3.0
                    , tls >= 1.1 && < 1.2
-                   , tls-extra >= 0.6 && < 0.7
+                   , tls-extra >= 0.6.1 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
@@ -38,7 +38,7 @@
                    , cprng-aes
                    , certificate >= 1.0
                    , tls >= 1.1 && < 1.2
-                   , tls-extra >= 0.6 && < 0.7
+                   , tls-extra >= 0.6.1 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
@@ -53,7 +53,7 @@
                    , cprng-aes >= 0.3.0
                    , certificate >= 1.0
                    , tls >= 1.1 && < 1.2
-                   , tls-extra >= 0.6 && < 0.7
+                   , tls-extra >= 0.6.1 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
@@ -67,7 +67,7 @@
                    , cprng-aes >= 0.3.0
                    , certificate >= 1.0
                    , tls >= 1.1 && < 1.2
-                   , tls-extra >= 0.6 && < 0.7
+                   , tls-extra >= 0.6.1 && < 0.7
   Buildable:         True
   ghc-options:       -Wall -fno-warn-missing-signatures
 
