
25 May
2007
25 May
'07
12:31 p.m.
Hi, while searching, if ghc can create packages as shared libraries I found a ticket with a kind of non-accepted status: http://hackage.haskell.org/trac/summer-of-code/ticket/46 But at the google SoC page it looks like an accepted project: http://code.google.com/soc/haskell/appinfo.html?csaid=D0137F8B637176F1 Well what is the status of the project? Does the student have a blog/webpage where one can track the progress of the project? Btw, the problem I want to solve with shared libraries is the case, where I want to program 2 frontends (==2 executables), which share a lot of Haskell-Code. I am afraid, if both frontends are linked statically, the result will look a bit 'bloated' ... Best regards Georg Sauthoff