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

Move (pure) types into a separate module #6

Closed joeyadams closed 11 years ago

joeyadams commented 11 years ago

This moves most of the types into a separate module, as part of my work on a pure interface to the SMTP protocol implementation. I will submit the rest (my smtp-abstract) branch pretty soon, after I integrate your recent changes.

jhickner commented 11 years ago

Looks great!