Re: [Haskell-cafe] Mime / Mail library

2011-03-22 Thread Mario Blažević
On Sun, Mar 20, 2011 at 10:50 AM, Christopher Done wrote: > On 20 March 2011 15:05, Pieter Laeremans 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 ? >> > >

Re: [Haskell-cafe] Mime / Mail library

2011-03-21 Thread John Lato
> From: Christopher Done > > On 20 March 2011 15:05, Pieter Laeremans 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 ? > > > > I think the solution to

Re: [Haskell-cafe] Mime / Mail library

2011-03-20 Thread Michael Snoyman
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, Pi

Re: [Haskell-cafe] Mime / Mail library

2011-03-20 Thread Christopher Done
On 20 March 2011 15:05, Pieter Laeremans 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 ? > I think the solution to this problem is a generic `string' package whic

[Haskell-cafe] Mime / Mail library

2011-03-20 Thread Pieter Laeremans
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 "The future is here. It's just not evenly distributed yet." W. Gibson