#1833: Haddock 2 can not process the base package with HscTarget = HscNothing
------------------------+---------------------------------------------------
    Reporter:  guest    |        Owner:       
        Type:  bug      |       Status:  new  
    Priority:  normal   |    Milestone:       
   Component:  GHC API  |      Version:  6.8.1
    Severity:  major    |   Resolution:       
    Keywords:           |     Testcase:       
Architecture:  x86      |           Os:  Linux
------------------------+---------------------------------------------------
Comment (by guest):

 I should also add that I get the following warnings with HscAsm:

 {{{
 GHC/Base.lhs:92:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 Data/Maybe.hs:34:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 GHC/List.lhs:40:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 GHC/Num.lhs:35:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 GHC/Real.lhs:21:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 Text/ParserCombinators/ReadP.hs:77:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `GHC.Unicode'

 Text/Read/Lex.hs:39:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `GHC.Unicode'

 GHC/Arr.lhs:20:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 GHC/Read.lhs:68:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 GHC/Read.lhs:70:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `GHC.Unicode'

 GHC/Word.hs:29:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 GHC/Int.hs:26:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module `GHC.Err'

 Foreign/C/Types.hs:69:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `Foreign.Storable'

 Foreign/C/Types.hs:73:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `Data.Typeable'

 GHC/IOBase.lhs:61:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `Data.Typeable'

 GHC/IOBase.lhs:62:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `Data.Dynamic'

 GHC/Conc.lhs:94:0:
     Warning: Unnecessary {-# SOURCE #-} in the import of module
 `GHC.TopHandler'
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1833#comment:2>
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