-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Attempting to build smtp-mail 0.5.0.0 gives me:
Building library for smtp-mail-0.5.0.0...
[1 of 3] Compiling Network.Mail.SMTP.Auth ( Network/Mail/SMTP/Auth.hs, dist/build/Network/Mail/SMTP/Auth.o, dist/build/Network/Mail/SMTP/Auth.dyn_o )
[2 of 3] Compiling Network.Mail.SMTP.Types ( Network/Mail/SMTP/Types.hs, dist/build/Network/Mail/SMTP/Types.o, dist/build/Network/Mail/SMTP/Types.dyn_o )
[3 of 3] Compiling Network.Mail.SMTP ( Network/Mail/SMTP.hs, dist/build/Network/Mail/SMTP.o, dist/build/Network/Mail/SMTP.dyn_o )
Network/Mail/SMTP.hs:100:23: error: [GHC-39999]
• No instance for ‘Data.Default.Class.Default Conn.TLSSettings’
arising from a use of ‘def’
• In the expression: def
In an equation for ‘defaultTlsSettings’: defaultTlsSettings = def
|
100 | defaultTlsSettings = def
| ^^^
Error: [Cabal-7125]
Perhaps it's the version of data-default or something?
Cheers
Metadata
Metadata
Assignees
Labels
No labels