Mon Sep 10 07:21:29 PDT 2007  Pepe Iborra <[EMAIL PROTECTED]>
  * FIX #1669 (GHCi debugger underlining is in the wrong place)
  
  We weren't taking into account the offset added by the line numbers:
  
  Stopped at break020.hs:10:2-8
  _result :: IO () = _
  9  main = do
  10    line1 0
       ^^^^^^^
  11    line2 0
  
  
  This patch adjusts that 
  

    M ./compiler/ghci/InteractiveUI.hs -1 +1

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to