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

Build failure with GHC-8.2 #27

Closed phadej closed 4 years ago

phadej commented 5 years ago
Network/Mail/SMTP/Auth.hs:42:31: error:
    • Variable not in scope:
        (<>) :: ByteString -> ByteString -> ByteString

I made a revision:

Please setup a CI (and use version bounds for dependencies).

parsonsmatt commented 5 years ago

Patches welcome :)

phadej commented 4 years ago

I guess this package is unmantained. I made a patch, but nothing happened.

EDIT: don't ask for patch if you aren't going to do anything with it.