Update HaskellNet-SSL.cabal
Updated network dependencies. Cheers
This commit is contained in:
parent
c32368208a
commit
bb458c529d
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user