diff --git a/debug/tls-debug.cabal b/debug/tls-debug.cabal index 3281387..47cf758 100644 --- a/debug/tls-debug.cabal +++ b/debug/tls-debug.cabal @@ -25,7 +25,7 @@ Executable tls-stunnel , x509-system >= 1.0 , cprng-aes >= 0.3.0 , tls >= 1.2 && < 1.3 - , tls-extra >= 0.6.1 && < 0.7 + , tls-extra >= 0.7.0 && < 0.8 Buildable: True ghc-options: -Wall -fno-warn-missing-signatures @@ -38,7 +38,7 @@ Executable tls-checkciphers , cprng-aes , x509-system >= 1.0 , tls >= 1.2 && < 1.3 - , tls-extra >= 0.6.1 && < 0.7 + , tls-extra >= 0.7 && < 0.8 Buildable: True ghc-options: -Wall -fno-warn-missing-signatures @@ -56,7 +56,7 @@ Executable tls-retrievecertificate , x509-system >= 1.4 , x509-validation >= 1.4 , tls >= 1.2 && < 1.3 - , tls-extra >= 0.6.1 && < 0.7 + , tls-extra >= 0.7 && < 0.8 Buildable: True ghc-options: -Wall -fno-warn-missing-signatures @@ -69,7 +69,7 @@ Executable tls-simpleclient , cprng-aes >= 0.3.0 , x509-system >= 1.0 , tls >= 1.2 && < 1.3 - , tls-extra >= 0.6.1 && < 0.7 + , tls-extra >= 0.7 && < 0.8 Buildable: True ghc-options: -Wall -fno-warn-missing-signatures diff --git a/extra/tls-extra.cabal b/extra/tls-extra.cabal index 99a4b99..f776b97 100644 --- a/extra/tls-extra.cabal +++ b/extra/tls-extra.cabal @@ -1,5 +1,5 @@ Name: tls-extra -Version: 0.6.3 +Version: 0.7.0 Description: a set of extra definitions, default values and helpers for tls. License: BSD3