Skip to content

Commit 6fe62d9

Browse files
authored
Merge pull request #23 from limick/master
Bump dependency on 'network' package so it compiles with LTS-13
2 parents 9bb3c22 + 4b2ea92 commit 6fe62d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HaskellNet-SSL.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: HaskellNet-SSL
22
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
3-
version: 0.3.4.0
3+
version: 0.3.4.1
44
description: This package ties together the HaskellNet and connection
55
packages to make it easy to open IMAP and SMTP connections
66
over SSL.
@@ -44,6 +44,6 @@ library
4444
HaskellNet >= 0.3 && < 0.6,
4545
tls >= 1.2 && < 1.5,
4646
connection >= 0.2.7 && < 0.3,
47-
network >= 2.4 && < 2.7,
47+
network >= 2.4 && < 2.9,
4848
bytestring,
4949
data-default

0 commit comments

Comments
 (0)