- 25 Oct, 2007 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 24 Oct, 2007 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 22 Oct, 2007 2 commits
-
-
Simon Marlow authored
Suggested by Claus Reinke
-
Simon Marlow authored
pointed out by Claus Reinke
-
- 19 Oct, 2007 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
Allows us to use a different name base for foo.stderr for old compilers, e.g. test('tc141', namebase_if_compiler_lt('ghc', '6.9', 'tc141-6.8'), compile_fail, [''])
-
chak@cse.unsw.edu.au. authored
-
chak@cse.unsw.edu.au. authored
-
- 18 Oct, 2007 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 17 Oct, 2007 1 commit
-
-
chak@cse.unsw.edu.au. authored
* Code of #1776 from aslatter@gmail.com
-
- 19 Oct, 2007 2 commits
-
-
Simon Marlow authored
-
simonpj authored
I'm actually not certain why this output has changed: - Code: case reverse "no" of [] -> return (GHC.Base.[]) + Code: let + return = return + $dMonad = Language.Haskell.TH.Syntax.$f22 + in case reverse "no" of [] -> return (GHC.Base.[]) Perhaps it's something to do with inlining? Anyway it's not too important, because this stuff is only displayed for TH splices that crash with (head []) or something like that.
-
- 18 Oct, 2007 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 31 Aug, 2007 1 commit
-
-
Simon Marlow authored
-
- 18 Oct, 2007 2 commits
-
-
chak@cse.unsw.edu.au. authored
* The error message has become less informative, but I don't see how to avoid this easily. * The error message is now also different to that of 6.8. I am not sure how to handle this case. Can we have different stderr files for different compiler versions? Or shall we simply merge the corresponding changes into 6.8?
-
chak@cse.unsw.edu.au. authored
-
- 17 Oct, 2007 2 commits
-
-
chak@cse.unsw.edu.au. authored
* Demonstrates a bug in TcUnify.tcSubFun found by Andrew Appleyard
-
simonpj authored
-
- 16 Oct, 2007 1 commit
-
-
simonpj authored
-
- 12 Oct, 2007 1 commit
-
-
simonpj authored
-
- 24 Sep, 2007 1 commit
-
-
drl authored
The rationale for these new behaviors is as follows: We now allow existentials to be unpacked in local (but not top-level!) ValBinds, so some pattern signatures that used to fail in the renamer now fail in the type checker (if the type of the body mentions the unpacked type var): tc141(normal) We don't always print HsWrappers in debug mode: TH_exn1(normal) TH_exn2(normal) Sections are parsed (and therefore printed) differently: rnfail019(normal) read023(normal) Character numbers in pattern printing are more precise: tcfail067(normal) tcfail124(normal) tcfail125(normal)
-
- 15 Oct, 2007 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 14 Oct, 2007 1 commit
-
-
Ian Lynagh authored
-
- 13 Oct, 2007 1 commit
-
-
mnislaih authored
-
- 12 Oct, 2007 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 11 Oct, 2007 3 commits
-
-
simonpj authored
-
simonpj authored
-
chak@cse.unsw.edu.au. authored
-
- 10 Oct, 2007 3 commits
-
-
simonpj authored
-
simonpj authored
-
Simon Marlow authored
-
- 09 Oct, 2007 1 commit
-
-
Simon Marlow authored
-
- 08 Oct, 2007 1 commit
-
-
Simon Marlow authored
-
- 05 Oct, 2007 1 commit
-
-
simonpj authored
-
- 27 Sep, 2007 1 commit
-
-
Simon Marlow authored
-
- 01 Oct, 2007 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 29 Sep, 2007 1 commit
-
-
chak@cse.unsw.edu.au. authored
-