[commit: ghc] master: Fix validation error, import only in GHCi (ae359d4)

2012-01-26 Thread David Terei
rei Date: Thu Jan 26 10:51:10 2012 -0800 Fix validation error, import only in GHCi >--- compiler/main/HscMain.hs |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/compiler/main/HscMain.hs b/compile

[commit: ghc] master: Fix validation error (cea6307)

2012-01-12 Thread David Terei
rei Date: Thu Jan 12 18:47:25 2012 -0800 Fix validation error >--- compiler/llvmGen/LlvmCodeGen/Regs.hs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/llvmGen/LlvmCodeGen/Regs.hs b/co

Re: Validation error

2008-10-05 Thread Ian Lynagh
On Fri, Oct 03, 2008 at 06:13:02PM +0100, Simon Peyton-Jones wrote: > sorry. I had -Werror switched off because I was compiling extralibs too, > which aren't warning free. I don't know if I can say "-Werror for all except > extralibs" can I? No, currently we build the extralibs and bootlibs in

RE: Validation error

2008-10-03 Thread Simon Peyton-Jones
l, | Neil | Sent: 03 October 2008 17:57 | To: cvs-ghc@haskell.org | Subject: Validation error | | Hi, | | I decided I should try and do a validation, but it failed: | | typecheck/TcEnv.lhs:71:0: | Warning: Module `PrelNames' is imported, but nothing from it is | used, |

Validation error

2008-10-03 Thread Mitchell, Neil
Hi, I decided I should try and do a validation, but it failed: typecheck/TcEnv.lhs:71:0: Warning: Module `PrelNames' is imported, but nothing from it is used, except perhaps instances visible in `PrelNames' To suppress this warning, use: import PrelNames() : Faili