#5989: Haddock reports wrong safe haskell mode
------------------------------+---------------------------------------------
 Reporter:  dterei            |          Owner:                  
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Component:  Compiler        
  Version:  7.4.1             |       Keywords:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown      |       Testcase:                  
Blockedby:                    |       Blocking:                  
  Related:                    |  
------------------------------+---------------------------------------------

Comment(by davidterei@…):

 commit 5a0b82706ba93969716addf0a179f8452f19247b
 {{{
 Author: David Terei <[email protected]>
 Date:   Mon Apr 2 19:00:51 2012 -0700

     Fix GHC API with respect to safe haskell. (#5989)

     This fixes haddock so it correctly reports
     the safe haskell mode of a module.

  compiler/deSugar/Desugar.lhs      |    3 +
  compiler/iface/MkIface.lhs        |   43 +++++++--------
  compiler/main/GHC.hs              |   70 +++++++++++++++--------
  compiler/main/HscMain.hs          |  110
 ++++++++++++++++++++----------------
  compiler/main/HscTypes.lhs        |   17 +-----
  compiler/typecheck/TcRnDriver.lhs |   26 +++++----
  compiler/typecheck/TcRnMonad.lhs  |    9 +++
  7 files changed, 155 insertions(+), 123 deletions(-)
 }}}

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