
14 Mar
2006
14 Mar
'06
10:51 a.m.
Duncan Coutts wrote:
You didn't do anything wrong. By default that's what happens with large libs built with ghc.
However, the current development version (and so the next release version) of Gtk2Hs has support for ghc's "split objects" feature. With this, a simple Gtk2Hs Hello world program is only 30% larger than a trivial Haskell hello world program (main = putStr "Hello World!").
Duncan
Then I'm waiting impatiently for the next release.