#2500: Unrecognised pragma complained about twice
-------------------------+--------------------------------------------------
    Reporter:  simonpj   |       Owner:             
        Type:  bug       |      Status:  new        
    Priority:  normal    |   Milestone:  6.10 branch
   Component:  Compiler  |     Version:  6.8.3      
    Severity:  normal    |    Keywords:             
  Difficulty:  Unknown   |    Testcase:             
Architecture:  Unknown   |          Os:  Unknown    
-------------------------+--------------------------------------------------
 {{{
 module Foo where

 {-# FOO wibble #-}
 f x = x
 }}}
 We get two complaints:
 {{{
 c:/simonpj/darcs/HEAD/ghc/stage1-inplace/ghc -c Foo.hs

 Foo.hs:3:0: Unrecognised pragma

 Foo.hs:3:0: Unrecognised pragma
 sh-2.04$
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2500>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to