Hi -cafe,

Did anybody managed to install haskellnet from hackage with ghc7?
I tried on windows and macĀ and I get the following type error:

[ 4 of 11] Compiling Network.HaskellNet.SMTP (
Network/HaskellNet/SMTP.hs, dist/build/Network/HaskellNet/SMTP.o )
Network/HaskellNet/SMTP.hs:269:25:
    Couldn't match expected type `Data.Text.Internal.Text'
                with actual type `[Char]'
    Expected type: Data.Text.Internal.Text
      Actual type: String
    In the first argument of `simpleMail', namely `to'
    In a stmt of a 'do' expression:
        myMail <- simpleMail to from subject plainBody htmlBody attachments

Am I missing something?
--
Cp

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to