Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-18 Thread Lennart Augustsson
Perhaps you should update the download page for gtk2hs to have the new
Windows .exe file on it.

  -- Lennart

On Wed, Feb 11, 2009 at 4:40 AM, Peter Gavin pga...@gmail.com wrote:
 Hi everyone,

 Oh, dear... it seems I've forgotten how to spell cafe, and sent this
 message to haskell-c...@haskell.org the first time around.  I resent it to
 all the lists again (just to make sure everyone interested receives it), so
 I apologize for any duplicated messages you might have received.  In any
 case...

 I'd like to release the announcement of Gtk2HS 0.10.0.  A lot of new stuff
 has gone into this release, including:

 - Support for GHC 6.10
 - Bindings to GIO and GtkSourceView-2.0
 - Full switch to the new model-view implementation using a Haskell model
 - Support for many more model-based widgets such as IconView and an updated
 binding for ComboBox
 - Full Drag-and-Drop support
 - Better support for Attributes in Pango
 - Replaced Event for EventM monad, thereby improving efficiency and
 convenience
 - Functions for interaction between Cairo and Pixbuf drawing
 - Lots of bug fixes, code cleanups, and portability improvements

 With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have been
 deprecated.  The TreeList modules have been deprecated from the Gtk+
 bindings.

 Source and Win32 binaries are available at:


 https://sourceforge.net/project/showfiles.php?group_id=49207package_id=42440release_id=659598

 Thanks to everyone who submitted bug fixes and features this time around!

 Thanks,
 Peter Gavin
 Gtk2HS Release Manager

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

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-17 Thread Simon Marlow

Duncan Coutts wrote:

On Thu, 2009-02-12 at 10:11 +0100, Christian Maeder wrote:

Duncan Coutts wrote:

On Wed, 2009-02-11 at 15:49 +0100, Lennart Augustsson wrote:

Does this version work from ghci?

  -- Lennart

Specifically I believe Lennart is asking about Windows. It's worked in
ghci in Linux for ages and it worked in ghci in Windows prior to the
0.9.13 release.

In the 0.9.13 release on Windows there was something funky with linking
(possibly due to using a newer mingw) and ghci's linker could not
understand was was going on and could not load the packages.

I'm having trouble
http://hackage.haskell.org/trac/ghc/ticket/2615
(cairo depends on pthread, which has a linker script)
Is there an easy workaround?


The way it used to work was that the Gtk2Hs ./configure script just
filtered out pthread on linux systems. Of course that's just a hack.


Maybe that ticket can be considered in Plans for GHC 6.10.2


Maybe. Dealing with linker scripts properly is probably rather tricky
and we get it for free when we switch to shared libraries.


I don't follow this last point - how does switching to shared libraries for 
Haskell code change things here?


Cheers,
Simon
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-17 Thread Duncan Coutts
On Tue, 2009-02-17 at 08:47 +, Simon Marlow wrote:
 Duncan Coutts wrote:

  Maybe. Dealing with linker scripts properly is probably rather tricky
  and we get it for free when we switch to shared libraries.
 
 I don't follow this last point - how does switching to shared libraries for 
 Haskell code change things here?

It means that ghci will not need to link to system shared libs except
when someone uses -lblah on the ghci command line. That's because when
we link a Haskell package as a shared lib the system linker interprets
any linker scripts and embeds the list of dependencies on other shared
libs (other Haskell packages and system libs). Then ghci just dlopens
the shared libs for the directly used Haskell packages that that
automatically resolves all their deps on other Haskell and system shared
libs.

Duncan

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-12 Thread Christian Maeder
Duncan Coutts wrote:
 On Wed, 2009-02-11 at 15:49 +0100, Lennart Augustsson wrote:
 Does this version work from ghci?

   -- Lennart
 
 Specifically I believe Lennart is asking about Windows. It's worked in
 ghci in Linux for ages and it worked in ghci in Windows prior to the
 0.9.13 release.
 
 In the 0.9.13 release on Windows there was something funky with linking
 (possibly due to using a newer mingw) and ghci's linker could not
 understand was was going on and could not load the packages.

I'm having trouble
http://hackage.haskell.org/trac/ghc/ticket/2615
(cairo depends on pthread, which has a linker script)
Is there an easy workaround?

Maybe that ticket can be considered in Plans for GHC 6.10.2

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-12 Thread Peter Verswyvelen
0.10.0 works on Windows for me even when using GHCi. Great work, I love it.
On Thu, Feb 12, 2009 at 1:11 AM, Duncan Coutts
duncan.cou...@worc.ox.ac.ukwrote:

 On Wed, 2009-02-11 at 15:49 +0100, Lennart Augustsson wrote:
  Does this version work from ghci?
 
-- Lennart

 Specifically I believe Lennart is asking about Windows. It's worked in
 ghci in Linux for ages and it worked in ghci in Windows prior to the
 0.9.13 release.

 In the 0.9.13 release on Windows there was something funky with linking
 (possibly due to using a newer mingw) and ghci's linker could not
 understand was was going on and could not load the packages.

 Duncan

  On Wed, Feb 11, 2009 at 5:40 AM, Peter Gavin pga...@gmail.com wrote:
   Hi everyone,
  
   Oh, dear... it seems I've forgotten how to spell cafe, and sent this
   message to haskell-c...@haskell.org the first time around.  I resent
 it to
   all the lists again (just to make sure everyone interested receives
 it), so
   I apologize for any duplicated messages you might have received.  In
 any
   case...
  
   I'd like to release the announcement of Gtk2HS 0.10.0.  A lot of new
 stuff
   has gone into this release, including:
  
   - Support for GHC 6.10
   - Bindings to GIO and GtkSourceView-2.0
   - Full switch to the new model-view implementation using a Haskell
 model
   - Support for many more model-based widgets such as IconView and an
 updated
   binding for ComboBox
   - Full Drag-and-Drop support
   - Better support for Attributes in Pango
   - Replaced Event for EventM monad, thereby improving efficiency and
   convenience
   - Functions for interaction between Cairo and Pixbuf drawing
   - Lots of bug fixes, code cleanups, and portability improvements
  
   With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have
 been
   deprecated.  The TreeList modules have been deprecated from the Gtk+
   bindings.
  
   Source and Win32 binaries are available at:
  
  
  
 https://sourceforge.net/project/showfiles.php?group_id=49207package_id=42440release_id=659598
  
   Thanks to everyone who submitted bug fixes and features this time
 around!
  
   Thanks,
   Peter Gavin
   Gtk2HS Release Manager
  
   ___
   Haskell-Cafe mailing list
   Haskell-Cafe@haskell.org
   http://www.haskell.org/mailman/listinfo/haskell-cafe
  
  ___
  Haskell-Cafe mailing list
  Haskell-Cafe@haskell.org
  http://www.haskell.org/mailman/listinfo/haskell-cafe

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

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-12 Thread Duncan Coutts
On Thu, 2009-02-12 at 10:11 +0100, Christian Maeder wrote:
 Duncan Coutts wrote:
  On Wed, 2009-02-11 at 15:49 +0100, Lennart Augustsson wrote:
  Does this version work from ghci?
 
-- Lennart
  
  Specifically I believe Lennart is asking about Windows. It's worked in
  ghci in Linux for ages and it worked in ghci in Windows prior to the
  0.9.13 release.
  
  In the 0.9.13 release on Windows there was something funky with linking
  (possibly due to using a newer mingw) and ghci's linker could not
  understand was was going on and could not load the packages.
 
 I'm having trouble
 http://hackage.haskell.org/trac/ghc/ticket/2615
 (cairo depends on pthread, which has a linker script)
 Is there an easy workaround?

The way it used to work was that the Gtk2Hs ./configure script just
filtered out pthread on linux systems. Of course that's just a hack.

 Maybe that ticket can be considered in Plans for GHC 6.10.2

Maybe. Dealing with linker scripts properly is probably rather tricky
and we get it for free when we switch to shared libraries.

Duncan

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-11 Thread Gwern Branwen

On Tue, Feb 10, 2009 at 11:40 PM, Peter Gavin pga...@gmail.com wrote:

Hi everyone,

Oh, dear... it seems I've forgotten how to spell cafe, and sent this
message to haskell-c...@haskell.org the first time around.  I resent it to
all the lists again (just to make sure everyone interested receives it), so
I apologize for any duplicated messages you might have received.  In any
case...

I'd like to release the announcement of Gtk2HS 0.10.0.  A lot of new stuff
has gone into this release, including:

- Support for GHC 6.10
- Bindings to GIO and GtkSourceView-2.0
- Full switch to the new model-view implementation using a Haskell model
- Support for many more model-based widgets such as IconView and an updated
binding for ComboBox
- Full Drag-and-Drop support
- Better support for Attributes in Pango
- Replaced Event for EventM monad, thereby improving efficiency and
convenience
- Functions for interaction between Cairo and Pixbuf drawing
- Lots of bug fixes, code cleanups, and portability improvements

With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have been
deprecated.  The TreeList modules have been deprecated from the Gtk+
bindings.

Source and Win32 binaries are available at:


https://sourceforge.net/project/showfiles.php?group_id=49207package_id=42440release_id=659598

Thanks to everyone who submitted bug fixes and features this time around!

Thanks,
Peter Gavin
Gtk2HS Release Manager


Out of curiosity, has anyone run into an error like the following? (i386 
Ubuntu, GHC 6.10)

touch tools/c2hs/c2hsLocal.deps;  /home/gwern/bin/bin/ghc -M -dep-makefile 
-optdeptools/c2hs/c2hsLocal.deps -fglasgow-exts -O  
-itools/c2hs/base/admin:tools/c2hs/base/errors:tools/c2hs/base/general:tools/c2hs/base/state:tools/c2hs/base/syms:tools/c2hs/base/syntax:tools/c2hs/c:tools/c2hs/chs:tools/c2hs/gen:tools/c2hs/state:tools/c2hs/toplevel
 -package-conf package.conf.inplace -hide-all-packages  -package base-4.0.0.0 
-package haskell98-1.0.1.0 -package pretty-1.0.1.0 -package containers-0.2.0.0 
-package array-0.2.0.0tools/c2hs/base/admin/BaseVersion.hs 
tools/c2hs/base/admin/Config.hs tools/c2hs/base/errors/Errors.hs 
tools/c2hs/base/general/DLists.hs tools/c2hs/base/general/FileOps.hs 
tools/c2hs/base/general/FNameOps.hs tools/c2hs/base/general/Map.hs 
tools/c2hs/base/general/Position.hs tools/c2hs/base/general/Set.hs 
tools/c2hs/base/general/UNames.hs tools/c2hs/base/general/Binary.hs 
tools/c2hs/base/general/FastMutInt.hs tools/c2hs/base/state/CIO.hs 
tools/c2hs/base/state/StateBase.hs tools/c2hs/base/state/State.hs 
tools/c2hs/base/state/StateTrans.hs tools/c2hs/base/syms/Attributes.hs 
tools/c2hs/base/syms/Idents.hs tools/c2hs/base/syms/NameSpaces.hs 
tools/c2hs/base/syntax/Lexers.hs tools/c2hs/c/CAST.hs tools/c2hs/c/CAttrs.hs 
tools/c2hs/c/CBuiltin.hs tools/c2hs/c/C.hs tools/c2hs/c/CLexer.hs 
tools/c2hs/c/CNames.hs tools/c2hs/c/CParser.hs tools/c2hs/c/CParserMonad.hs 
tools/c2hs/c/CPretty.hs tools/c2hs/c/CTokens.hs tools/c2hs/c/CTrav.hs 
tools/c2hs/chs/CHS.hs tools/c2hs/chs/CHSLexer.hs tools/c2hs/gen/CInfo.hs 
tools/c2hs/gen/GBMonad.hs tools/c2hs/gen/GenBind.hs tools/c2hs/gen/GenHeader.hs 
tools/c2hs/state/C2HSState.hs tools/c2hs/state/Switches.hs 
tools/c2hs/toplevel/Main.hs tools/c2hs/toplevel/Version.hs 
tools/c2hs/toplevel/C2HSConfig.hs;
gcc -E -x c -traditional-cpp -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DGTK2HS_HS_PREPROC -include gtk2hs-config.h 
glib/System/Glib/GObject.chs.pp -o glib/System/Glib/GObject.chs
glib/System/Glib/GObject.chs.pp:38: error: missing expression between '(' and 
')'
glib/System/Glib/GObject.chs.pp:91: error: missing expression between '(' and 
')'
make: *** [glib/System/Glib/GObject.chs] Error 1

--
gwern

signature.asc
Description: OpenPGP digital signature
gw...@craft:40742~/gtk2hs-0.10.0./configure  make [ 9:39AM]
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking for ld... /usr/bin/ld
checking for basename... /usr/bin/basename
checking for grep that handles long lines and -e... /bin/grep
checking for gzip... 

Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-11 Thread Lennart Augustsson
Does this version work from ghci?

  -- Lennart

On Wed, Feb 11, 2009 at 5:40 AM, Peter Gavin pga...@gmail.com wrote:
 Hi everyone,

 Oh, dear... it seems I've forgotten how to spell cafe, and sent this
 message to haskell-c...@haskell.org the first time around.  I resent it to
 all the lists again (just to make sure everyone interested receives it), so
 I apologize for any duplicated messages you might have received.  In any
 case...

 I'd like to release the announcement of Gtk2HS 0.10.0.  A lot of new stuff
 has gone into this release, including:

 - Support for GHC 6.10
 - Bindings to GIO and GtkSourceView-2.0
 - Full switch to the new model-view implementation using a Haskell model
 - Support for many more model-based widgets such as IconView and an updated
 binding for ComboBox
 - Full Drag-and-Drop support
 - Better support for Attributes in Pango
 - Replaced Event for EventM monad, thereby improving efficiency and
 convenience
 - Functions for interaction between Cairo and Pixbuf drawing
 - Lots of bug fixes, code cleanups, and portability improvements

 With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have been
 deprecated.  The TreeList modules have been deprecated from the Gtk+
 bindings.

 Source and Win32 binaries are available at:


 https://sourceforge.net/project/showfiles.php?group_id=49207package_id=42440release_id=659598

 Thanks to everyone who submitted bug fixes and features this time around!

 Thanks,
 Peter Gavin
 Gtk2HS Release Manager

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

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-11 Thread Krzysztof Skrzętnicki
2009/2/11 Gwern Branwen gwe...@gmail.com:
 touch tools/c2hs/c2hsLocal.deps;  /home/gwern/bin/bin/ghc -M -dep-makefile
 -optdeptools/c2hs/c2hsLocal.deps -fglasgow-exts -O
  
 -itools/c2hs/base/admin:tools/c2hs/base/errors:tools/c2hs/base/general:tools/c2hs/base/state:tools/c2hs/base/syms:tools/c2hs/base/syntax:tools/c2hs/c:tools/c2hs/chs:tools/c2hs/gen:tools/c2hs/state:tools/c2hs/toplevel
 -package-conf package.conf.inplace -hide-all-packages  -package base-4.0.0.0
 -package haskell98-1.0.1.0 -package pretty-1.0.1.0 -package
 containers-0.2.0.0 -package array-0.2.0.0
  tools/c2hs/base/admin/BaseVersion.hs tools/c2hs/base/admin/Config.hs
 tools/c2hs/base/errors/Errors.hs tools/c2hs/base/general/DLists.hs
 tools/c2hs/base/general/FileOps.hs tools/c2hs/base/general/FNameOps.hs
 tools/c2hs/base/general/Map.hs tools/c2hs/base/general/Position.hs
 tools/c2hs/base/general/Set.hs tools/c2hs/base/general/UNames.hs
 tools/c2hs/base/general/Binary.hs tools/c2hs/base/general/FastMutInt.hs
 tools/c2hs/base/state/CIO.hs tools/c2hs/base/state/StateBase.hs
 tools/c2hs/base/state/State.hs tools/c2hs/base/state/StateTrans.hs
 tools/c2hs/base/syms/Attributes.hs tools/c2hs/base/syms/Idents.hs
 tools/c2hs/base/syms/NameSpaces.hs tools/c2hs/base/syntax/Lexers.hs
 tools/c2hs/c/CAST.hs tools/c2hs/c/CAttrs.hs tools/c2hs/c/CBuiltin.hs
 tools/c2hs/c/C.hs tools/c2hs/c/CLexer.hs tools/c2hs/c/CNames.hs
 tools/c2hs/c/CParser.hs tools/c2hs/c/CParserMonad.hs tools/c2hs/c/CPretty.hs
 tools/c2hs/c/CTokens.hs tools/c2hs/c/CTrav.hs tools/c2hs/chs/CHS.hs
 tools/c2hs/chs/CHSLexer.hs tools/c2hs/gen/CInfo.hs tools/c2hs/gen/GBMonad.hs
 tools/c2hs/gen/GenBind.hs tools/c2hs/gen/GenHeader.hs
 tools/c2hs/state/C2HSState.hs tools/c2hs/state/Switches.hs
 tools/c2hs/toplevel/Main.hs tools/c2hs/toplevel/Version.hs
 tools/c2hs/toplevel/C2HSConfig.hs;
 gcc -E -x c -traditional-cpp -I/usr/include/glib-2.0
 -I/usr/lib/glib-2.0/include -DGTK2HS_HS_PREPROC -include gtk2hs-config.h
 glib/System/Glib/GObject.chs.pp -o glib/System/Glib/GObject.chs
 glib/System/Glib/GObject.chs.pp:38: error: missing expression between '('
 and ')'
 glib/System/Glib/GObject.chs.pp:91: error: missing expression between '('
 and ')'
 make: *** [glib/System/Glib/GObject.chs] Error 1


Ah, It feels familiar. I'm didn't get this error, but I do recall a
recent thread with similar error. However AFAIR that thread was about
building on Windows, not Ubuntu. It turned out that configure script
was somewhat broken and specific symbols needed for CPP where declared
to be empty strings. This might be happening in your case too. I
think.

All best

Christopher Skrzętnicki
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-11 Thread Duncan Coutts
On Wed, 2009-02-11 at 15:49 +0100, Lennart Augustsson wrote:
 Does this version work from ghci?
 
   -- Lennart

Specifically I believe Lennart is asking about Windows. It's worked in
ghci in Linux for ages and it worked in ghci in Windows prior to the
0.9.13 release.

In the 0.9.13 release on Windows there was something funky with linking
(possibly due to using a newer mingw) and ghci's linker could not
understand was was going on and could not load the packages.

Duncan

 On Wed, Feb 11, 2009 at 5:40 AM, Peter Gavin pga...@gmail.com wrote:
  Hi everyone,
 
  Oh, dear... it seems I've forgotten how to spell cafe, and sent this
  message to haskell-c...@haskell.org the first time around.  I resent it to
  all the lists again (just to make sure everyone interested receives it), so
  I apologize for any duplicated messages you might have received.  In any
  case...
 
  I'd like to release the announcement of Gtk2HS 0.10.0.  A lot of new stuff
  has gone into this release, including:
 
  - Support for GHC 6.10
  - Bindings to GIO and GtkSourceView-2.0
  - Full switch to the new model-view implementation using a Haskell model
  - Support for many more model-based widgets such as IconView and an updated
  binding for ComboBox
  - Full Drag-and-Drop support
  - Better support for Attributes in Pango
  - Replaced Event for EventM monad, thereby improving efficiency and
  convenience
  - Functions for interaction between Cairo and Pixbuf drawing
  - Lots of bug fixes, code cleanups, and portability improvements
 
  With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have been
  deprecated.  The TreeList modules have been deprecated from the Gtk+
  bindings.
 
  Source and Win32 binaries are available at:
 
 
  https://sourceforge.net/project/showfiles.php?group_id=49207package_id=42440release_id=659598
 
  Thanks to everyone who submitted bug fixes and features this time around!
 
  Thanks,
  Peter Gavin
  Gtk2HS Release Manager
 
  ___
  Haskell-Cafe mailing list
  Haskell-Cafe@haskell.org
  http://www.haskell.org/mailman/listinfo/haskell-cafe
 
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe

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


Re: [Haskell-cafe] Gtk2HS 0.10.0 Released

2009-02-10 Thread Don Stewart
Well done!

Our flagship GUI bindings... Go team!

-- Don

pgavin:
 Hi everyone,

 Oh, dear... it seems I've forgotten how to spell cafe, and sent this  
 message to haskell-c...@haskell.org the first time around.  I resent it  
 to all the lists again (just to make sure everyone interested receives  
 it), so I apologize for any duplicated messages you might have received.  
  In any case...

 I'd like to release the announcement of Gtk2HS 0.10.0.  A lot of new  
 stuff has gone into this release, including:

 - Support for GHC 6.10
 - Bindings to GIO and GtkSourceView-2.0
 - Full switch to the new model-view implementation using a Haskell model
 - Support for many more model-based widgets such as IconView and an  
 updated binding for ComboBox
 - Full Drag-and-Drop support
 - Better support for Attributes in Pango
 - Replaced Event for EventM monad, thereby improving efficiency and  
 convenience
 - Functions for interaction between Cairo and Pixbuf drawing
 - Lots of bug fixes, code cleanups, and portability improvements

 With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have  
 been deprecated.  The TreeList modules have been deprecated from the  
 Gtk+ bindings.

 Source and Win32 binaries are available at:


 https://sourceforge.net/project/showfiles.php?group_id=49207package_id=42440release_id=659598

 Thanks to everyone who submitted bug fixes and features this time around!

 Thanks,
 Peter Gavin
 Gtk2HS Release Manager

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