Update HaskellNet-SSL.cabal
Updated network dependencies. Cheers
This commit is contained in:
parent
c32368208a
commit
bb458c529d
@ -1,6 +1,6 @@
|
||||
name: HaskellNet-SSL
|
||||
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
|
||||
packages to make it easy to open IMAP and SMTP connections
|
||||
over SSL.
|
||||
@ -31,6 +31,6 @@ library
|
||||
HaskellNet == 0.3.*,
|
||||
tls == 1.2.*,
|
||||
connection == 0.2.*,
|
||||
network == 2.4.*,
|
||||
network >= 2.4 && < 2.6,
|
||||
bytestring,
|
||||
data-default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user