- 17 May, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 16 May, 2009 8 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
libraries built by stage2 need all their bits in the bindist too. We were testing (stage == 1) rather than (stage /= 0).
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 15 May, 2009 14 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
It's now in the nofib repo.
-
Ian Lynagh authored
Now configure looks for it as an installed program instead.
-
Simon Marlow authored
I'm less convinced this is a good idea now. But it does avoid rebuilding most of stage1 when you pull and reconfigure. Better solutions welcome.
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
we also have $1_$2_CONFIGURE_OPTS, which is used.
-
Simon Marlow authored
-
chak@cse.unsw.edu.au. authored
-
- 14 May, 2009 7 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 13 May, 2009 2 commits
-
-
Simon Marlow authored
This fixes build problems of the form ghc-cabal: Version mismatch between ghc and ghc-pkg
-
Simon Marlow authored
-
- 14 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 13 May, 2009 5 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
A long-standing improvement to the error message for kinds. Now instead of Expected kind `* -> *', but `Int' has kind `*' we get The first argument of `T' should have kind `* -> *', but `Int' has kind `*' Ha!
-
simonpj@microsoft.com authored
Record updates are amazingly hard to typecheck right. This is one place where GHC's policy of typechecking the original source is much harder than desugaring and typechecking that! Anyway, the bug here is that to compute the 'fixed' type variables I was only looking at one constructor rather than all the relevant_cons Test is typecheck/should_compile/T3219, which GHC 6.10 barfs on (with Lint).
-
simonpj@microsoft.com authored
-
- 01 May, 2009 1 commit
-
-
Duncan Coutts authored
When using shared libs we should link each lib against its deps. This allows the dynamic linker to chase dependencies and means we do not have to specify all indirect dependencies (as we must do for static libs).
-