jhickner / smtp-mail

Making it easy to send SMTP email from Haskell
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

Replace deprecated Network usage #25

Closed shulhi closed 5 years ago

shulhi commented 5 years ago

This PR removes the use of deprecated Network module (from network). Unfortunately there are breaking changes but they are pretty easy to fix (only change of types).

It is still work in progress but I like to get an early feedback if this is the way going forward. I am using this at work, so preferably we like to get this merged at some point when this PR is ready (should be soon).

shulhi commented 5 years ago

@parsonsmatt What do you think about these changes? Are there anything you like me to change in order to get this PR in?

shulhi commented 5 years ago

@parsonsmatt I resolved all feedbacks. Let's get it merge if you think it's okay now :smiley: