<div dir="ltr"><div><div><div><div><br></div>At the moment HaRe has -O0 set for the library.<br><br></div>Here are some timing differences on my machine with optimisation on and off<br><br>With normal optimisation, we get<br><br>        $ rm -fr dist-newstyle/<br>        $ cabal new-configure --enable-test<br>        $ time cabal new-build<br><br>        real    6m54.778s<br>        user    7m3.156s<br>        sys    0m4.504s<br><br>With -O0, the timing  for the same commands is<br><br>        real    0m36.427s<br>        user 0m41.448s<br>        sys 0m2.544s<br><br></div>So optimisation slows it down from 36 seconds to 7 minutes.<br><br></div>Alan<br></div>