packages feed

HaskellNet-SSL 0.4.0.1 → 0.4.0.2

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~data-defaultdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: data-default, network

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -10,3 +10,7 @@ ## 0.4.0.1 -- 2025-01-17  - Ignore 502 error on helo - fixes communication with some servers++## 0.4.0.1 -- 2025-02-15++- bump data-default and network
HaskellNet-SSL.cabal view
@@ -1,6 +1,6 @@ name:                HaskellNet-SSL synopsis:            Helpers to connect to SSL/TLS mail servers with HaskellNet-version:             0.4.0.1+version:             0.4.0.2 description:         This package ties together the HaskellNet and connection                      packages to make it easy to open IMAP and SMTP connections                      over SSL.@@ -37,12 +37,12 @@                        HaskellNet >= 0.3 && < 0.7,                        crypton-connection >= 0.3.1 && < 0.5,                        bytestring >= 0.9 && < 0.13,-                       data-default >= 0.2 && < 0.8+                       data-default >= 0.2 && < 0.9   if flag(network-bsd)-    build-depends:     network >= 3.0 && < 3.2,+    build-depends:     network >= 3.0 && < 3.3,                        network-bsd >= 2.7 && < 2.9   else-    build-depends:     network >= 2.4 && < 3.0+    build-depends:     network >= 2.4 && < 3.3  executable HaskellNet-SSL-example   hs-source-dirs:   examples