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

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to