Last CFP: Trends in Functional Programming

2009-05-06 Thread Simon Marlow
[ Forwarding on behalf of Horváth Zoltán h...@inf.elte.hu ] Last call for papers 10th SYMPOSIUM ON TRENDS IN FUNCTIONAL PROGRAMMING TFP 2009 SELYE JANOS UNIVERSITY, KOMARNO, SLOVAKIA June 2-4, 2009 http://www.inf.elte.hu/tfp_cefp_2009 *** Submission deadline extended until 10th of May!

6.10.3-pre

2009-05-06 Thread Serge D. Mechveliani
Dear GHC team, I have tested ghc-6.10.2.20090430 under Debian Linux, processor = (GenuineIntel cpu family 6, Intel(R) Core(TM)2 CPU 6400). It looks all right. The test was: 1) making ghc-6.10.2.20090430 from source by ghc-6.10.2, 2) making DoCon and running its

ghc-6.10.3-pre on OS X 10.5.6

2009-05-06 Thread Gregory Wright
Hi, I built ghc-6.10.2.20090504 on OS X 10.5.6 (Intel). The build succeeded, and the results of running the 6.10.2 (release) testsuite were: OVERALL SUMMARY for test run started at Wed May 6 04:21:54 EDT 2009 2413 total tests, which gave rise to 12919 test cases, of which 0

Re: 6.10.3 prerelease

2009-05-06 Thread Ian Lynagh
Hi Hashimoto, On Sun, May 03, 2009 at 01:04:42PM +0900, Yusaku Hashimoto wrote: I tried to build prerelease from tarball on Intel Mac (OS 10.4.11) by ghc-6.10.1 Thanks for the testing! Running Haddock for base-4.1.0.0... Warning: The documentation for the following packages are not

Re: 6.10.3-pre

2009-05-06 Thread Ian Lynagh
Hi Serge, On Wed, May 06, 2009 at 12:50:09PM +0400, Serge D. Mechveliani wrote: I have tested ghc-6.10.2.20090430 under Debian Linux, processor = (GenuineIntel cpu family 6, Intel(R) Core(TM)2 CPU 6400). It looks all right. Thanks for the testing! Thanks

Re: ghc-6.10.3-pre on OS X 10.5.6

2009-05-06 Thread Ian Lynagh
Hi Greg, On Wed, May 06, 2009 at 07:49:08AM -0400, Gregory Wright wrote: I built ghc-6.10.2.20090504 on OS X 10.5.6 (Intel). The build succeeded, and the results of running the 6.10.2 (release) testsuite were: Thanks for trying it out! (I assume that I should be testing with the

runhaskell a parallel program

2009-05-06 Thread Neil Mitchell
Hi, I've got a program which I'd like to run on multiple threads. If I compile it with ghc --make -threaded, then run with +RTS -N2 it runs on 2 cores very nicely. If however I run it with runhaskell Test.hs +RTS -N2 I get told the -N2 flag isn't supported. Is there a way to runhaskell a program

RE: GHC 6.10.2 the 'impossible' panic with type families

2009-05-06 Thread Simon Peyton-Jones
Definitely a bug, thank you! I've created a Trac ticket for it. Simon | -Original Message- | From: glasgow-haskell-users-boun...@haskell.org [mailto:glasgow-haskell-users- | boun...@haskell.org] On Behalf Of Jan Jakubuv | Sent: 05 May 2009 11:06 | To: glasgow-haskell-users@haskell.org |

Re: ghc 6.10.3-prerelease failed build log for freebsd7.2

2009-05-06 Thread Ian Lynagh
H Kili, On Mon, May 04, 2009 at 09:36:00PM +0200, Matthias Kilian wrote: In your case, it doesn't find libiconv, thus isn't built, and causes failure later. In my case (a buildbot running OpenBSD-4.5 on i386), the haskeline build itself fails (see `kili-stable' on

Re: ghc 6.10.3-prerelease failed build log for freebsd7.2

2009-05-06 Thread Ian Lynagh
Hi brad, On Sun, May 03, 2009 at 11:03:49PM -0700, brad clawsie wrote: after some trying, i was unable to get the 6.10.3 prerelease to build on freebsd 7.2. i was trying to use an existing 6.10.2 as my build ghc. Thanks for trying it out! Do you have iconv installed? If so, does applying

Re: ghc 6.10.3-prerelease failed build log for freebsd7.2

2009-05-06 Thread Matthias Kilian
On Wed, May 06, 2009 at 08:48:04PM +0100, Ian Lynagh wrote: H Kili, On Mon, May 04, 2009 at 09:36:00PM +0200, Matthias Kilian wrote: In your case, it doesn't find libiconv, thus isn't built, and causes failure later. In my case (a buildbot running OpenBSD-4.5 on i386), the haskeline