- 26 Apr, 2012 3 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
Fixes Trac #6020, #6044
-
- 25 Apr, 2012 14 commits
-
-
-
Simon Peyton Jones authored
-
Simon Marlow authored
-
Simon Marlow authored
This has been causing bloat in the src dist for ages. Noticed while looking at #6009, but I don't think this is the bug (./configure always removes ghc-pwd/dist-boot before building ghc-pwd)
-
Simon Peyton Jones authored
* Significant refactoring in tcFamPats and tcConDecl * It seems that we have to allow KindVars (not just TcKindVars during kind unification. See Note [Unifying kind variables] in TcUnify. * Be consistent about zonkQuantifiedTyVars * Split the TcType->TcType zonker (in TcMType) from the TcType->Type zonker (in TcHsSyn) The clever parameterisation was doing my head in, and it's only a small function * Remove some dead code (tcTyVarBndrsGen)
-
Simon Peyton Jones authored
See Note [Splicing Exact names] in RnEnv.
-
-
gckeller authored
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
Fixes Trac #6039, where we have a bogus kind signature data T (a :: j k) = MkT
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
Fixes Trac #5867, and is generally nicer
-
- 24 Apr, 2012 7 commits
-
-
gckeller authored
-
gckeller authored
Switched off by default. Use -favoid-vect to activate
-
gckeller authored
-
gckeller authored
-
pcapriotti authored
-
- 23 Apr, 2012 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
pcapriotti authored
-
Simon Peyton Jones authored
Reduces wobble in error messages, and is better for the programmer
-
- 22 Apr, 2012 3 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
Fixes Trac #6020
-
Simon Peyton Jones authored
That in turn means that you can derive Show etc in other modules, fixing Trac #6031
-
- 21 Apr, 2012 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
It allows you to do (high, low) `quotRem` d provided high < d. Currently only has an inefficient fallback implementation.
-
chak@cse.unsw.edu.au. authored
Xcode 4.3 installs the command line tools in a different location as earlier versions of Xcode. With the bootstrapping info, the build fails if the bootstrap compiler was built with an older version of Xcode.
-
- 20 Apr, 2012 6 commits
-
-
Ian Lynagh authored
-
-
Simon Peyton Jones authored
-
-
-
Simon Peyton Jones authored
-