We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb3c22 commit 4b2ea92Copy full SHA for 4b2ea92
HaskellNet-SSL.cabal
@@ -1,6 +1,6 @@
1
name: HaskellNet-SSL
2
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
3
-version: 0.3.4.0
+version: 0.3.4.1
4
description: This package ties together the HaskellNet and connection
5
packages to make it easy to open IMAP and SMTP connections
6
over SSL.
@@ -44,6 +44,6 @@ library
44
HaskellNet >= 0.3 && < 0.6,
45
tls >= 1.2 && < 1.5,
46
connection >= 0.2.7 && < 0.3,
47
- network >= 2.4 && < 2.7,
+ network >= 2.4 && < 2.9,
48
bytestring,
49
data-default
0 commit comments