GHCI Can't Find Module But GHC Can

2002-06-25 Thread Dominic Steinitz
When I run ghc, everything works fine. ghc -o test1 test1.hs -i../lib -I../lib SVG-part1.o SVG-part2.o ../lib/*.o -package lang But when I run ghci it tells me it can't find a module. Is there anything I can do to stop this? Dominic. ghci test1.hs -i../lib -I../lib SVG-part1.o SVG-part2.o ../l

compiling hmake on Mac OS X

2002-06-25 Thread Kristofer Johannisson
I would just like to check if anyone on the list has managed to compile the tool hmake with ghc (version 5.03) on Mac OS X? I'm having some trouble with this (even though I got some hints from Malcolm Wallace, the author of hmake), and I would like to find out if my troubles are related to ghc

RE: GHC and the FFI

2002-06-25 Thread Simon Marlow
> Should GHC 5.02.3 support the latest version of the FFI or is > that still only in CVS? Only in CVS (and forthcoming 5.04). Cheers, Simon ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgo