bump version of tls-extra and debug dependencies

This commit is contained in:
Vincent Hanquez 2013-06-02 07:55:17 +01:00
parent 1c6a1187b2
commit eddac3ab4f
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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