Merge pull request #6 from jcristovao/patch-1

Update HaskellNet-SSL.cabal
This commit is contained in:
Daniel P. Wright 2014-05-22 11:34:50 +09:00
commit 3f2fb2c79b

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