Update HaskellNet-SSL.cabal

Updated network dependencies.
Cheers
This commit is contained in:
João Cristóvão 2014-05-21 15:54:57 +01:00
parent c32368208a
commit bb458c529d

View File

@ -1,6 +1,6 @@
name: HaskellNet-SSL name: HaskellNet-SSL
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
version: 0.2.3 version: 0.2.4
description: This package ties together the HaskellNet and connection description: This package ties together the HaskellNet and connection
packages to make it easy to open IMAP and SMTP connections packages to make it easy to open IMAP and SMTP connections
over SSL. over SSL.
@ -31,6 +31,6 @@ library
HaskellNet == 0.3.*, HaskellNet == 0.3.*,
tls == 1.2.*, tls == 1.2.*,
connection == 0.2.*, connection == 0.2.*,
network == 2.4.*, network >= 2.4 && < 2.6,
bytestring, bytestring,
data-default data-default