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 <[email protected]> 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 <[email protected]> > > "The future is here. It's just not evenly distributed yet." W. Gibson > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
