
Gour:
Manuel M T Chakravarty (chak@cse.unsw.edu.au) wrote: However, there is still a problem:
[...] config.status: creating c2hs/toplevel/Version.hs config.status: creating c2hs/toplevel/C2HSConfig.hs config.status: creating c2hs/c2hs-inplace config.status: creating c2hs/c2hs config.status: creating postInst.sh config.status: creating c2hs.spec config.status: creating doc/c2hs/Makefile config.status: executing default commands Preprocessing executables for c2hs-0.14.3... Building c2hs-0.14.3... hsSourceDirs: ["base/admin","base/errors","base/general","base/graphs","base/state","base/syms","base/syntax","c2hs/c","c2hs/chs","c2hs/gen","c2hs/state","c2hs/toplevel"] Chasing modules from: c2hs/toplevel/Main.hs Could not find module `CForeign': use -v to see a list of the files searched for (imported from c2hs/toplevel/C2HSConfig.hs)
CForeign is a module from the FFI standard. What version of GHC are you using? Manuel