| 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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to