bump minimum required cprng-aes to 0.3.0

This commit is contained in:
Vincent Hanquez 2012-12-04 08:55:59 +00:00
parent d614eb09e2
commit 8b022c48e9
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ Executable tls-stunnel
, bytestring
, cmdargs
, certificate >= 1.0
, cprng-aes >= 0.2.3
, cprng-aes >= 0.3.0
, tls >= 1.0 && < 1.1
, tls-extra >= 0.5 && < 0.6
Buildable: True
@ -50,7 +50,7 @@ Executable tls-retrievecertificate
, bytestring
, cmdargs
, time
, cprng-aes >= 0.2.3
, cprng-aes >= 0.3.0
, certificate >= 1.0
, tls >= 1.0 && < 1.1
, tls-extra >= 0.5 && < 0.6
@ -64,7 +64,7 @@ Executable tls-simpleclient
, network
, bytestring
, cmdargs
, cprng-aes >= 0.2.3
, cprng-aes >= 0.3.0
, certificate >= 1.0
, tls >= 1.0 && < 1.1
, tls-extra >= 0.5 && < 0.6

View file

@ -58,7 +58,7 @@ executable Tests
, HUnit
, QuickCheck >= 2
, bytestring
, cprng-aes >= 0.2.3
, cprng-aes >= 0.3.0
else
Buildable: False
if os(windows)