<div>I never used the ghc profiler before, when I try to compile the program with:<br></div><div>ghc -prof -auto -O2 -o Main --make Main.hs</div><div><br></div><div>I get: </div><div>Could not find module `Data.Binary.IEEE754&#39;:<br>
      Perhaps you haven&#39;t installed the profiling libraries for package `data-binary-ieee754-0.3&#39;?<br>      Use -v to see a list of the files searched for.<br></div><div><br></div><div>Is there a way to tell the profiler to ignore the external libraries or I have to recompile all the libraries with profiling enabled?</div>
<div><br></div><div>thanks</div><div><br></div>