RE: GHC Warning Request

2003-12-29 Thread Simon Peyton-Jones
Good idea.  Already done in the HEAD (which will become 6.4). I doubt
we'll retrofit this to 6.2 though.

Simon

| -Original Message-
| From: [EMAIL PROTECTED]
[mailto:glasgow-haskell-users-
| [EMAIL PROTECTED] On Behalf Of Ashley Yakeley
| Sent: 28 December 2003 12:10
| To: [EMAIL PROTECTED]
| Subject: GHC Warning Request
| 
| When -fwarn-unused-imports is switched on, import M() should not
issue
| a warning. In 6.2, it does.
| 
| The idea is that I only wish to import instance declarations here, and
| that's the obvious way of making that explicit. I'm using -Werror (new
| in 6.2, thanks), and most of the time I'm interested in knowing about
| superfluous imports.
| 
| --
| Ashley Yakeley, Seattle WA
| 
| ___
| Glasgow-haskell-users mailing list
| [EMAIL PROTECTED]
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


GHC Warning Request

2003-12-28 Thread Ashley Yakeley
When -fwarn-unused-imports is switched on, import M() should not issue 
a warning. In 6.2, it does.

The idea is that I only wish to import instance declarations here, and 
that's the obvious way of making that explicit. I'm using -Werror (new 
in 6.2, thanks), and most of the time I'm interested in knowing about 
superfluous imports.

-- 
Ashley Yakeley, Seattle WA

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users