[Haskell-cafe] Implementing Mathematica

Simon Peyton-Jones simonpj at microsoft.com
Thu May 31 03:46:47 EDT 2007


| Incidentally, when I try to recompile with optimizations turned on, GHC
| refuses to work:
|
| $ ghc htrace.hs -o htrace
| $ ghc -O2 htrace.hs -o htrace
| compilation IS NOT required

Yes, I think it's a bug.  GHC should really compare the flags used last time with the flags used this time, and recompile if they have changed.  If enough people yell about it, we'll probably fix it!  Meanwhile opening a Trac bug report (or perhpas feature request) would be a good start.

Simon



More information about the Haskell-Cafe mailing list