Merge pull request #23 from limick/master

Bump dependency on 'network' package so it compiles with LTS-13
This commit is contained in:
Leza Morais Lutonda 2019-01-17 12:31:55 +01:00 committed by GitHub
commit 6fe62d91af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.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