[Haskell-cafe] Mime / Mail library

Michael Snoyman michael at snoyman.com
Sun Mar 20 18:49:57 CET 2011


You might consider looking at mime-mail[1] instead, which uses a
combination of String and ByteString as appropriate. I will likely
change it to use Text in place of String in the not-too-distant
future.

Michael

[1] http://hackage.haskell.org/package/mime-mail

On Sun, Mar 20, 2011 at 4:05 PM, Pieter Laeremans <pieter at laeremans.org> wrote:
> Hi all,
> The MIME package that can be found on hackage, uses String as input.
> Would i be considered better if there would be a version based on Text, or
> ByteString ?
> kind regards,
> Pieter
>
>
>
> --
> Pieter Laeremans <pieter at laeremans.org>
>
> "The future is here. It's just not evenly distributed yet."  W. Gibson
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



More information about the Haskell-Cafe mailing list