Bump dependency on 'network' package so it compiles with Stackage LTS-13.
This commit is contained in:
parent
9bb3c2299f
commit
4b2ea920e9
@ -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.3.4.0
|
version: 0.3.4.1
|
||||||
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.
|
||||||
@ -44,6 +44,6 @@ library
|
|||||||
HaskellNet >= 0.3 && < 0.6,
|
HaskellNet >= 0.3 && < 0.6,
|
||||||
tls >= 1.2 && < 1.5,
|
tls >= 1.2 && < 1.5,
|
||||||
connection >= 0.2.7 && < 0.3,
|
connection >= 0.2.7 && < 0.3,
|
||||||
network >= 2.4 && < 2.7,
|
network >= 2.4 && < 2.9,
|
||||||
bytestring,
|
bytestring,
|
||||||
data-default
|
data-default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user