<p>Dear all,</p>
<p>I am trying to compile a project with the "-prof -auto-all" profile options. But the compiler returns:</p>
<p>"Could not find module `Text.ParserCombinators.Parsec.Language':<br />....Perhaps you haven't installed the profiling libraries for package `parsec-3.1.0'?<br />....Use -v to see a list of the files searched for."</p>
<p>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.</p>
<p>Thanks in advance for any help,</p>
<p>Rodrigo.</p>