winghci
winghci copied to clipboard
:list does not underline expression correctly in WinGHCi for files with Windows-style newlines
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 [email protected] on 27 Oct 2014 at 6:56
Never mind, this actually is a GHCI bug.
Original comment by [email protected] on 27 Oct 2014 at 7:05