ajinux / winghci

Automatically exported from code.google.com/p/winghci
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Never mind, this actually is a GHCI bug.

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