- 11 Feb, 2009 2 commits
-
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-
- 05 Feb, 2009 1 commit
-
-
Ben.Lippmeier@anu.edu.au authored
- There are still some #ifdefs for choosing between i386, x86_64, linux, darwin and other OS's. - Also reformat SPARC.RegInfo to remove some of the visual noise.
-
- 13 Feb, 2009 1 commit
-
-
Ian Lynagh authored
This should fix the build with GHC 6.6
-
- 12 Feb, 2009 1 commit
-
-
Simon Marlow authored
-
- 11 Feb, 2009 1 commit
-
-
Simon Marlow authored
-
- 13 Feb, 2009 4 commits
-
-
Ben.Lippmeier@anu.edu.au authored
Darwin 9.6.0 + GCC 4.0.1 doesn't understand "msync". I think "sync" means the same thing.
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-
- 12 Feb, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 11 Feb, 2009 9 commits
-
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
The function FunDeps.grow was not doing the right thing when type equality constraints were involved. That wasn't really its fault: its input was being filtered by fdPredsOfInsts. To fix this I did a bit of refactoring, so that the (revolting) fdPredsOfInsts is now less important (maybe we can get rid of it in due course). The 'grow' function moves from FunDeps to Inst.growInstsTyVars TcMTType.growThetaTyVars TcMType.growTyVars The main comments are with the first of these, in Note [Growing the tau-tvs using constraints] in Inst. Push to the branch if conflict free.
-
Simon Marlow authored
-
Simon Marlow authored
-
Ian Lynagh authored
We were zeroing the wrong memory
-
Ian Lynagh authored
It was getting confused by lines like: # 9 "C:\Temp\/ghc620_0/ghc620_0.hc" 1
-
Ian Lynagh authored
Fixes trac #2872.
-
simonpj@microsoft.com authored
Fix Trac #3011 by temporarily making it only a WARN if we assign twice to the same unification variable.
-
simonpj@microsoft.com authored
-
- 10 Feb, 2009 2 commits
-
-
Ian Lynagh authored
On Windows, we end up doing something like rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist and it thinks that it is meant to get the file from the host called "c". Now we just do rsync ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist so rsync understand what we mean.
-
Ian Lynagh authored
When cleaning or installing, we need to ignore what $stage is, and just clean/install all the libraries.
-
- 09 Feb, 2009 1 commit
-
-
Simon Marlow authored
-
- 06 Feb, 2009 9 commits
-
-
Simon Marlow authored
If the module was found in multiple hidden packages, we list them all. Could not find module `Data.Generics': it is a member of the hidden package `base-3.0.3.0' it is a member of the hidden package `syb' Use -v to see a list of the files searched for.
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 05 Feb, 2009 1 commit
-
-
Simon Marlow authored
So we can use this abstraction elsewhere in the RTS
-
- 08 Feb, 2009 1 commit
-
-
Ian Lynagh authored
Patch from sthibaul. Fixes trac #2883.
-
- 07 Feb, 2009 1 commit
-
-
Ian Lynagh authored
-
- 06 Feb, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-