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
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
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
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,
|
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