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

Loosen module bounds, and use cryptohash instead of Crypto #1

Closed joeyadams closed 11 years ago

joeyadams commented 11 years ago

This fixes a few minor issues without breaking too much. It builds with GHC 7.4.2 and 7.6.1. GHC 7.2 and earlier are not supported, since we use the new <> operator. I didn't do any runtime testing, though, as I don't have a non-SSL SMTP server handy.

A rant about overly strict dependency bounds is available upon request.

Thanks for releasing this package! I plan to use it in the Real World pretty soon, but I'll first need to add TLS support.

jhickner commented 11 years ago

Looks great! Thank you!