[Haskell] ANNOUNCEMENT: HAskell Server Pages version 0.4.0

2005-11-18 Thread Lemmih
== HAskell Server Pages == HASP is an experimental framework for combining the flexibility of Haskell with the popularity/necessity of web-pages. HASP offers an embedded XML syntax without dispensing with the Glasgow Haskell extensions we hold dear. By using the FastCGI library, HASP is independe

[Haskell] Haskell Weekly News: November 15, 2005

2005-11-18 Thread John Goerzen
Haskell Weekly News: November 15, 2005 Greetings, and thanks for reading the 15th issue of HWN, a weekly newsletter for the Haskell community. Each Tuesday, new editions will be posted (as text) to [1]the Haskell mailing list and (as HTML) to [2]The Haskell Sequenc

[Haskell] Re: kernel 2.6.11 and readline.so

2005-11-18 Thread Jim Apple
Irina Kaliman wrote: # rpm -ivh ghc-6.4-1.i386.rpm error: Failed dependencies: libreadline.so.4 is needed by ghc-6.4-1.i386 Go to rpmfind.net Type libreadline.so.4 Find the text "Fedora Core 4" Install the compat-readline RPM Fedora has compat projects for other old libraries as well.

[Haskell] kernel 2.6.11 and readline.so

2005-11-18 Thread Irina Kaliman
I wonder if anybody knows the answer to this: I have Fedora Core 4 ( 2.6.11-1.1369_FC4smp ) installed on one of our servers. When I tried to install ghc-6.4-1, I got a dependancy problem: # rpm -ivh ghc-6.4-1.i386.rpm error: Failed dependencies: libreadline.so.4 is needed by ghc-6.4-1.i

[Haskell] PhD position at the CWI, Amsterdam

2005-11-18 Thread Frank de Boer
Position Description The Coordination and Component Based Software group in SEN3 at CWI has an open position for a PhD student (OIO) for four years. The PhD student will perform research in the context of the BSIK project BRICKS (Basic Research in Informatics for Creating the

Re: [Haskell] Compiling wxHaskell from source?

2005-11-18 Thread Johan Jeuring
I cannot build it on Mac OSX either. I think it has to do with GCC 4.x. I managed to build wxHaskell on Mac OSX 10.4. Make sure to have the latest XCode, but also make sure you use gcc 3.3 instead of gcc 4.?. You can reset gcc by means of gcc_select. -- Johan ___