Re: [Haskell-cafe] compilation succeeds -- execution fails

2008-03-29 Thread Bertram Felgenhauer
Jason Dusek wrote: > I have a program here: > > https://svn.j-s-n.org/public/haskell/cedict > > currently at revision 302, which compiles okay but I can't get > it to work. I'm using the FFI to take a (currently small) > array and translate it into a Map. > > It compiles fine and l

[Haskell-cafe] Re: Haddock Help Required

2008-03-29 Thread Dominic Steinitz
David Waern gmail.com> writes: > > 2008/3/24, Dominic Steinitz blueyonder.co.uk>: > > What should I be using for the file name for the read-interface option > > in haddock? > > You must use a file that is on your own hard drive and that is > generated with version 2.0 of Haddock, since that i

RE: [Haskell-cafe] Parsec Expected Type

2008-03-29 Thread Paul Keir
Many thanks guys, you've really taught me how to catch a fish here! Paul -Original Message- From: Brandon S. Allbery KF8NH [mailto:[EMAIL PROTECTED] Sent: Sat 3/29/2008 1:41 AM To: haskell-cafe@haskell.org Cafe Cc: Paul Keir Subject: Re: [Haskell-cafe] Parsec Expected Type On Mar 28, 2

[Haskell-cafe] [GSoC] Porting HaRe to use the GHC API

2008-03-29 Thread Chaddaï Fouché
For those unfamiliar with it, HaRe[1] is a refactoring tool in Haskell for Haskell. It already supports a wide range of useful refactoring and have Emacs and Vim bindings. Unfortunately, HaRe currently uses the Programmatica front-end to do his parsing, and Programmatica only knows Haskell 98, whic

Re: [Haskell-cafe] compilation succeeds -- execution fails

2008-03-29 Thread Stefan O'Rear
On Fri, Mar 28, 2008 at 11:33:52AM -0700, Jason Dusek wrote: > Thomas Schilling <[EMAIL PROTECTED]> wrote: > > Did you try removing all .hi and .o files? > > Yes. I tried it again this morning, and I've got the same > error -- same unknown symbol, &c. > > I don't have trouble with most Hask

Re: [Haskell-cafe] Re: HTTP client libraries

2008-03-29 Thread Adam Langley
On Fri, Mar 28, 2008 at 6:40 AM, John Goerzen <[EMAIL PROTECTED]> wrote: > Your Source type is an interesting approach, too. I'm still not sure if it's actually a good idea. But if you do have any requests, I'm very open to them. I think that a fetchBasic which walks redirects would be a good sta