Re: [Haskell-cafe] RuntimeLoader

2006-04-14 Thread Jared Updike
I've never used that Runtime Loader package but I have gotten hs-plugins to work: http://www.cse.unsw.edu.au/~dons/hs-plugins/ Hope that helps, Jared. On 4/13/06, Tim Newsham [EMAIL PROTECTED] wrote: Hi, I'm about to start playing with HWS-WP (web server + plugins). It relies on

RE: [Haskell-cafe] RuntimeLoader

2006-04-14 Thread Simon Peyton-Jones
Triggered by your msg, I've added a link to hs-plugins from GHC's user-documentation page http://haskell.org/haskellwiki/GHC/Documentation It's a Wiki page with a specific section for collaborative documentation; please add more material. Simon | -Original Message- | From:

Re: [Haskell-cafe] Code Review: Sudoku solver

2006-04-14 Thread Chris Kuklewicz
I believe if you change the representation of puzzles from [(pos,range)] to an Array, you'll get a significant speedup yet because I only recently removed a logic bug that slowed down the search instead of speading it up; ..). so the more interesting bit is that our solvers disagree on which

[Haskell-cafe] 6.2.1 for glibc-2.4

2006-04-14 Thread Paul A. Steckler
I need a Linux ghc 6.2.1 built with glibc-2.4. The existing 6.2.1 RPM, built with glibc-2.3, works mostly OK, but with some programs, the generated executables barf and die on startup. Any suggestions on how to create such a beast? I've tried using ghc 6.4.1, for which there's a Fedora 5 RPM,