Re: [GHC] #5281: Bad compiler warning

2011-07-27 Thread GHC
#5281: Bad compiler warning
---+
  Reporter:  augustss  |  Owner:  simonpj 
  Type:  bug   | Status:  closed  
  Priority:  high  |  Milestone:  7.2.1   
 Component:  Compiler  |Version:  7.1 
Resolution:  fixed |   Keywords:  
  Testcase:  rename/should_fail/T5281  |  Blockedby:  
Difficulty:| Os:  Unknown/Multiple
  Blocking:|   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---+
Changes (by simonpj):

  * status:  new => closed
  * testcase:  => rename/should_fail/T5281
  * resolution:  => fixed


Comment:

 OK done!  Try now

 Simon

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5281: Bad compiler warning

2011-07-27 Thread GHC
#5281: Bad compiler warning
-+--
Reporter:  augustss  |Owner:  simonpj 
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.2.1   
   Component:  Compiler  |  Version:  7.1 
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--

Comment(by simonpj@…):

 commit 3fdd294af643a86162e544f442b0e36c57e1db36
 {{{
 Author: Simon Peyton Jones 
 Date:   Wed Jul 27 10:39:07 2011 +0100

 Give a more helpful src location (Trac #5281)

 We weren't giving a useful location for the
 *implicit* import of Prelude.  Lennart rightly
 complained. This fixes it.

  compiler/main/HeaderInfo.hs   |   14 +++---
  compiler/main/HscMain.lhs |9 ++---
  compiler/rename/RnNames.lhs   |   16 +---
  compiler/typecheck/TcRnDriver.lhs |   21 +
  4 files changed, 35 insertions(+), 25 deletions(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5281: Bad compiler warning

2011-07-01 Thread GHC
#5281: Bad compiler warning
-+--
Reporter:  augustss  |Owner:  simonpj 
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.2.1   
   Component:  Compiler  |  Version:  7.1 
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--

Comment(by simonpj):

 I'm on this, but it'll have to wait till I'm back from holiday.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5281: Bad compiler warning

2011-07-01 Thread GHC
#5281: Bad compiler warning
-+--
Reporter:  augustss  |Owner:  simonpj 
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.2.1   
   Component:  Compiler  |  Version:  7.1 
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--
Changes (by simonpj):

  * owner:  => simonpj


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5281: Bad compiler warning

2011-06-28 Thread GHC
#5281: Bad compiler warning
-+--
Reporter:  augustss  |Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.2.1   
   Component:  Compiler  |  Version:  7.1 
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--
Changes (by simonmar):

  * priority:  normal => high
  * milestone:  => 7.2.1


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #5281: Bad compiler warning

2011-06-27 Thread GHC
#5281: Bad compiler warning
-+--
Reporter:  augustss  |   Owner:  
Type:  bug   |  Status:  new 
Priority:  normal|   Component:  Compiler
 Version:  7.1   |Keywords:  
Testcase:|   Blockedby:  
  Os:  Unknown/Multiple  |Blocking:  
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
-+--
 In a jumble of messages from lots of parallel invocations of ghc I see
 this message:
 {{{
 Implicit import declaration:
 Warning: In the use of `catch'
  (imported from Prelude, but defined in System.IO.Error):
  Deprecated: "Please use the new exceptions variant,
 Control.Exception.catch"
 }}}
 That's nice, but what module did this message come from?

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs