14:32[2] ~/src/jhc % make make all-am make[1]: Entering directory `/Users/mwotton/src/jhc' ./jhc --noauto -L- -L. -ilib/haskell98 -pjhc -pbase --build-hl lib/ haskell98.cabal -o haskell98-1.0.hl jhc --noauto -L- -L. -ilib/haskell98 -pjhc -pbase --build-hl lib/ haskell98.cabal -o haskell98-1.0.hl jhc 0.6.2 (-n krasyupheasy-5 ) Creating library from description file: "lib/haskell98.cabal" Reading: "lib/haskell98.cabal" Finding Dependencies... Using Ho Cache: '/Users/mwotton/.jhc/cache' Loading libraries: ["jhc","base"] Library: jhc-1.0 <./jhc-1.0.hl> Library: base-1.0 <./base-1.0.hl> Error: Module not found: Array Error: Module not found: CPUTime Error: Module not found: Char Error: Module not found: Complex Error: Module not found: Directory Error: Module not found: IO Error: Module not found: Ix Error: Module not found: List Error: Module not found: Locale Error: Module not found: Maybe Error: Module not found: Monad Error: Module not found: Random Error: Module not found: Ratio Error: Module not found: Time make[1]: *** [haskell98-1.0.hl] Error 1 make[1]: Leaving directory `/Users/mwotton/src/jhc' make: *** [all] Error 2 this is with a current repo, plus the changes I've just sent to the list. Any ideas? Cheers Mark