Bump dependency on 'network' package so it compiles with Stackage LTS-13.

This commit is contained in:
limick 2019-01-06 12:02:17 +02:00
parent 9bb3c2299f
commit 4b2ea920e9

View File

@ -1,6 +1,6 @@
name: HaskellNet-SSL
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
packages to make it easy to open IMAP and SMTP connections
over SSL.
@ -44,6 +44,6 @@ library
HaskellNet >= 0.3 && < 0.6,
tls >= 1.2 && < 1.5,
connection >= 0.2.7 && < 0.3,
network >= 2.4 && < 2.7,
network >= 2.4 && < 2.9,
bytestring,
data-default