- 21 Sep, 2010 2 commits
-
-
Simon Marlow authored
saying make TRACE=1 prints most of the macro calls and their arguments. It's easy to trace new macros; see rules/trace.mk.
-
Simon Marlow authored
Also add some comments about what extra-packages is doing
-
- 20 Sep, 2010 1 commit
-
-
Simon Marlow authored
-
- 21 Sep, 2010 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 20 Sep, 2010 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
The FFI GHCi import lib isn't needed as compiler/ghci/Linker.lhs + rts/Linker.c link the interpreted references to FFI to the compiled FFI. We therefore filter it out so that we don't get duplicate symbol errors.
-
- 19 Sep, 2010 5 commits
-
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
The new flag prints out a warning if you have a local, polymorphic binding that lacks a type signature. It's meant to help with the transition to the new typechecker, which discourages local let-generalisation. At the same time I moved the missing-signature code to TcHsSyn, where it takes place as part of zonking. That way the types are reported after all typechecking is complete, thereby fixing Trac #3696. (It's even more important for local bindings, which is why I made the change.)
-
simonpj@microsoft.com authored
-
Ian Lynagh authored
-
- 18 Sep, 2010 4 commits
-
-
kili authored
-
Ian Lynagh authored
and remove the temporary DOpt class workaround.
-
Ian Lynagh authored
We need to directly depend on the stage1 libs. The stage1 compiler lib doesn't depend on them.
-
Ian Lynagh authored
-
- 17 Sep, 2010 14 commits
-
-
Ian Lynagh authored
rather than being repeated in the build system
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
This is a tricky point: see Note [Implicit parameter untouchables]
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Improves kind error messages in paticular
-
- 16 Sep, 2010 3 commits
-
-
simonpj@microsoft.com authored
See Note [Subtle shadowing in coercions] This is what was going wrong in Trac 4160.
-
simonpj@microsoft.com authored
We weren't gathering the type variables free in the kind of a coercion binder!
-
simonpj@microsoft.com authored
-