cowlike/winghci

:list does not underline expression correctly in WinGHCi for files with Windows-style newlines

Opened this issue · 1 comments

When I load a file that uses Windows-style newlines in WinGHCi, set a 
breakpoint, run to that breakpoint, and execute ":list", the carets that should 
underline the breakpoint expression are instead appended to the line.

See https://ghc.haskell.org/trac/ghc/ticket/9367

Original issue reported on code.google.com by gintauta...@gmail.com on 27 Oct 2014 at 6:56

Never mind, this actually is a GHCI bug.

Original comment by gintauta...@gmail.com on 27 Oct 2014 at 7:05