diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-08-02 18:00:28 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-08-02 18:00:28 +0100 |
commit | 87a5ef5f2cc20acde5febae1e3ce6989caf8accc (patch) | |
tree | 01f15aa64cd3a6e735f0ee04ea8e6d6ce128eaf2 /testsuite/tests/module/mod153.stderr | |
parent | b65f16d0055032077867a1cf804543ff83f0b35f (diff) | |
download | haskell-87a5ef5f2cc20acde5febae1e3ce6989caf8accc.tar.gz |
Error message changes due to pretty-printing of provenances
Diffstat (limited to 'testsuite/tests/module/mod153.stderr')
-rw-r--r-- | testsuite/tests/module/mod153.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod153.stderr b/testsuite/tests/module/mod153.stderr index d3a8b9b6a9..da4751b7b4 100644 --- a/testsuite/tests/module/mod153.stderr +++ b/testsuite/tests/module/mod153.stderr @@ -2,4 +2,6 @@ mod153.hs:2:11: Ambiguous occurrence `id' It could refer to either `M.id', defined at mod153.hs:2:21 - or `Prelude.id', imported from Prelude at mod153.hs:2:8 + or `Prelude.id', + imported from `Prelude' at mod153.hs:2:8 + (and originally defined in `GHC.Base') |