Skip to content

Commit 5379ecf

Browse files
authored
Merge pull request #41 from RubenAstudillo/network-data-default-bump
- bump HaskellNet-SSL to 0.4.0.2 - bump network to 3.2.* and data-default to 0.8.*
2 parents 8dbfe02 + 9e311d4 commit 5379ecf

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
## 0.4.0.1 -- 2025-01-17
1111

1212
- Ignore 502 error on helo - fixes communication with some servers
13+
14+
## 0.4.0.1 -- 2025-02-15
15+
16+
- bump data-default and network

HaskellNet-SSL.cabal

Lines changed: 4 additions & 4 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.4.0.1
3+
version: 0.4.0.2
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.
@@ -37,12 +37,12 @@ library
3737
HaskellNet >= 0.3 && < 0.7,
3838
crypton-connection >= 0.3.1 && < 0.5,
3939
bytestring >= 0.9 && < 0.13,
40-
data-default >= 0.2 && < 0.8
40+
data-default >= 0.2 && < 0.9
4141
if flag(network-bsd)
42-
build-depends: network >= 3.0 && < 3.2,
42+
build-depends: network >= 3.0 && < 3.3,
4343
network-bsd >= 2.7 && < 2.9
4444
else
45-
build-depends: network >= 2.4 && < 3.0
45+
build-depends: network >= 2.4 && < 3.3
4646

4747
executable HaskellNet-SSL-example
4848
hs-source-dirs: examples

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
packages: .
22

33
allow-newer:
4-
HaskellNet:base
4+
, HaskellNet:base
5+
, HaskellNet:network
6+
, HaskellNet:data-default

0 commit comments

Comments
 (0)