Dear all,
I am trying to compile a project with the "-prof -auto-all" profile options. But the compiler returns:
"Could not find module `Text.ParserCombinators.Parsec.Language':
....Perhaps you haven't installed the profiling libraries for package `parsec-3.1.0'?
....Use -v to see a list of the files searched for."
When I build the project without the "-prof -auto-all", the project compiles without any error or warning. I build GHC (6.10.4) from source, without changing any build option.
Thanks in advance for any help,
Rodrigo.