Bump HaskellNet version to <0.6

(see fpco/stackage#960)
This commit is contained in:
Leza Morais Lutonda (Lemol-C) 2015-11-06 03:04:39 -05:00
parent a777a369d4
commit 61969afabf

View File

@ -1,6 +1,6 @@
name: HaskellNet-SSL
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
version: 0.3.1.0
version: 0.3.2.0
description: This package ties together the HaskellNet and connection
packages to make it easy to open IMAP and SMTP connections
over SSL.
@ -41,7 +41,7 @@ library
data-default
else
build-depends: base >= 4 && < 5,
HaskellNet >= 0.3 && < 0.5,
HaskellNet >= 0.3 && < 0.6,
tls >= 1.2 && < 1.4,
connection == 0.2.*,
network >= 2.4 && < 2.7,