File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : HaskellNet-SSL
22synopsis : Helpers to connect to SSL/TLS mail servers with HaskellNet
3- version : 0.4.0.1
3+ version : 0.4.0.2
44description : 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
4747executable HaskellNet-SSL-example
4848 hs-source-dirs : examples
Original file line number Diff line number Diff line change 11packages : .
22
33allow-newer :
4- HaskellNet :base
4+ , HaskellNet :base
5+ , HaskellNet :network
6+ , HaskellNet :data-default
You can’t perform that action at this time.
0 commit comments