- 13 Jul, 2008 2 commits
-
-
Ian Lynagh authored
This fixes trac #2266.
-
Ian Lynagh authored
-
- 12 Jul, 2008 3 commits
-
-
Ian Lynagh authored
-fglasgow-exts also turns it on.
-
Ian Lynagh authored
We no longer create those directories
-
Ian Lynagh authored
-
- 11 Jul, 2008 9 commits
-
-
Ian Lynagh authored
If it has been built then we pass it, even if we are still using the bootstrapping compiler.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
These are needed for GLOBAL_VAR's to work properly
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 10 Jul, 2008 21 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
It's probably to work around a long-dead bug
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
...which is good, as the conditional test was broken anyway!
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
I assume that we still want this, despite it having been disconnected when the module was moved.
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
fixes crash with -threaded -debug for me
-
- 09 Jul, 2008 5 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC.
-
Simon Marlow authored
So now :load foo.hs loads bytecode for foo.hs, even if foo.o exists :load foo is just shorthand for :load foo.hs :load M loads a module M, as object code if possible (no change here) :set -fobject-code :load foo.hs loads foo.hs as object code; an existing foo.o can be used. This turned out to be very straightforward: when building the ModSummary for a file (summariseFile) we just ignore the object file unless -fobject-code is on.
-