Re: [Gtk2hs-devel] [PATCH] Basic GString support for glib

2010-11-15 Thread Andy Stewart
Hi Andreas, Thanks for patch! Can you attach webkit-gstring patch let me test? I will apply those patches if test ok. Thanks, -- Andy Andreas Baldeau writes: > Hi there, > > I added basic support for converting GStrings to Haskell Strings. The function > readGString works really well so f

[Gtk2hs-devel] [PATCH] Basic GString support for glib

2010-11-15 Thread Andreas Baldeau
Hi there, I added basic support for converting GStrings to Haskell Strings. The function readGString works really well so far. Andreas 1 patch for repository http://code.haskell.org/gtk2hs: Mon Nov 15 11:31:57 CET 2010 Andreas Baldeau * Added basic GString support. New patches: [Added ba