
20 Mar
2012
20 Mar
'12
4:12 p.m.
Hi, ghc --interactive now behaves different in regards to line numbers in error messages than previous versions. They are now incremented with each evaluated expression. $ ghc --interactive -ignore-dot-ghci Prelude> foo <interactive>:2:1: Not in scope: `foo' Prelude> bar <interactive>:3:1: Not in scope: `bar' Is there a way to disable this (or alternatively reset the counter for a running session)? Cheers, Simon