- 01 Nov, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 25 Nov, 2010 1 commit
-
-
Simon Marlow authored
-
- 15 Nov, 2010 1 commit
-
-
Simon Marlow authored
-
- 26 Nov, 2010 3 commits
- 25 Nov, 2010 3 commits
- 14 Sep, 2010 1 commit
-
-
benl@ouroborus.net authored
-
- 25 Nov, 2010 1 commit
-
-
benl authored
-
- 14 Sep, 2010 1 commit
-
-
benl@ouroborus.net authored
-
- 09 Sep, 2010 1 commit
-
-
benl@ouroborus.net authored
-
- 24 Nov, 2010 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 23 Nov, 2010 3 commits
-
-
Ian Lynagh authored
They are no longer right, as we have Haskell' generating new Haskell standards.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 29 Oct, 2010 1 commit
-
-
Simon Marlow authored
-
- 21 Nov, 2010 1 commit
-
-
Ian Lynagh authored
-
- 15 Nov, 2010 1 commit
-
-
pepeiborra@gmail.com authored
I ran across this bug and took the time to fix it, closing a long time due TODO in InteractiveEval.hs Instead of looking around to find the enclosing declaration of a tick, this patch makes use of the information already collected during the coverage desugaring phase
-
- 21 Nov, 2010 3 commits
-
-
Ian Lynagh authored
rather then the bootstrapping compiler. This fixes problems where the bootstrapping compiler dynamically links against libraries not on the target machine.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 20 Nov, 2010 4 commits
-
-
Ian Lynagh authored
Still TODO: Add the other relaxation (#1060) and update the alternative layout rule to use the extension.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
The location isn't baked into the bindist, as it may differ from machine to machine.
-
- 19 Nov, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 18 Nov, 2010 6 commits
-
-
rl@cse.unsw.edu.au authored
-
simonpj@microsoft.com authored
Doing superclass generation in the canonicaliser (rather than TcInteract) uses less code, and is generally more efficient. See Note [Adding superclasses] in TcCanonical. Fixes Trac #4497.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
It was duplicated in the case of 'deriving( Functor )' and wrong for 'deriving( Foldable )'
-
simonpj@microsoft.com authored
See Trac #4499
-