From: Arjan v. I. <af...@cs...> - 2005-05-12 12:54:07
|
Hi James, > Chasing modules from: PDDemo.hs > PDDemo.hs: > Can't find module `PersistentDocument' > (use -v to see a list of the files searched for) Make sure that all files (PersistentDocument, PDDefaults, PDDemo) are in the same directory and that you pass --make to ghc. Cheers, Arjan |