packages feed

ismtp 2.0.2 → 2.0.3

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Smtp/Session.hs view
@@ -45,7 +45,6 @@      case code of       250 -> lift $ modify (\cfg -> cfg { mailExtensions = exts })-             >> liftIO (print exts)       500 -> tryHelo       502 -> tryHelo       554 -> tryHelo
ismtp.cabal view
@@ -1,5 +1,5 @@ Name:          ismtp-Version:       2.0.2+Version:       2.0.3 Category:      Network Synopsis:      Advanced ESMTP library Maintainer:    Ertugrul Söylemez <es@ertes.de>