- 21 Sep, 2009 8 commits
-
-
Ian Lynagh authored
-
Simon Marlow authored
-
Ian Lynagh authored
Cleaning should always succeed now
-
Ian Lynagh authored
Add changes that we inherit from haskeline
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
This fixes at least one problem: libHSffi-ghc<version>.so wasn't being cleaned, because $(dyn_libsuf) wasn't defined while cleaning.
-
Simon Marlow authored
-
- 20 Sep, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 18 Sep, 2009 6 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 16 Sep, 2009 1 commit
-
-
Simon Marlow authored
- remove the main: stuff - show the filenames - don't clutter the output with imports that aren't involved in the cycle
-
- 17 Sep, 2009 6 commits
-
-
chak@cse.unsw.edu.au. authored
- Needed to get arch-dependent options, eg, on Snow Leopard
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
So that Cabal, if it wants, can use a more general algorithm to find a consistent set of packages to use.
-
Simon Marlow authored
-
Simon Marlow authored
-
- 16 Sep, 2009 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 17 Sep, 2009 1 commit
-
-
chak@cse.unsw.edu.au. authored
- We have -m32 as machine-dependent option for gcc for a 32 bit build - Like on OpenBSD, SL requires -fno-stack-protector to avoid triggering the stack smashing checks inserted by gcc by default on this platform.
-
- 15 Sep, 2009 3 commits
-
-
kili authored
This unbreaks make install again.
-
Thomas Schilling authored
For type checker warnings, the context information ("In the expression ...") was simply appended to the main message while for proper errors they live in errMsgExtraInfo. This allows GHC API clients to drop that information if not needed.
-
Simon Marlow authored
-
- 17 Aug, 2009 1 commit
-
-
phercek authored
-
- 15 Sep, 2009 1 commit
-
-
Simon Marlow authored
This makes events smaller and tracing quicker, and speeds up reading and sorting the trace file. HEADS UP: this changes the format of event log files. Corresponding changes to the ghc-events package are required (and will be pushed soon). Normally we would make backwards-compatible changes, but this changes the format of every event (to remove the capability) so I'm breaking the rules this time. This will be the only time we can do this, since the format becomes public in 6.12.1.
-
- 13 Sep, 2009 1 commit
-
-
Simon Marlow authored
These indicate the size and time span of a sequence of events in the event log, to make it easier to sort and navigate a large event log.
-
- 12 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 15 Sep, 2009 2 commits
-
-
Simon Marlow authored
Flags (from +RTS -?): -qg[<n>] Use parallel GC only for generations >= <n> (default: 0, -qg alone turns off parallel GC) -qb[<n>] Use load-balancing in the parallel GC only for generations >= <n> (default: 1, -qb alone turns off load-balancing) these are good defaults for most parallel programs. Single-threaded programs that want to make use of parallel GC will probably want +RTS -qg1 (this is documented). I've also updated the docs.
-
Simon Marlow authored
In particular, remove the claim that the GC is single-threaded!
-
- 14 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 12 May, 2009 1 commit
-
-
phercek authored
-
- 14 Sep, 2009 1 commit
-
-
Simon Marlow authored
-