summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/bug1465/bug1465.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-11-06 16:55:54 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-11-06 16:55:54 +0000
commit22bcd5e6c24c05fd8afc6f9945783bc4661050be (patch)
tree31e1e7cc388ed8a002d6820052c1d4625b803185 /testsuite/tests/typecheck/bug1465/bug1465.stderr
parentbc5f6f549f7c6a42b95fceb0a363830a05747a4e (diff)
downloadhaskell-22bcd5e6c24c05fd8afc6f9945783bc4661050be.tar.gz
Wibbles following fix to Trac #8278
The error message for ghci052 and ghci053 are (still) terrible, because there is shadowing going on in the interactive context. But that's a separate matter.
Diffstat (limited to 'testsuite/tests/typecheck/bug1465/bug1465.stderr')
-rw-r--r--testsuite/tests/typecheck/bug1465/bug1465.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/bug1465/bug1465.stderr b/testsuite/tests/typecheck/bug1465/bug1465.stderr
index 15f5f648d9..44b3de11c1 100644
--- a/testsuite/tests/typecheck/bug1465/bug1465.stderr
+++ b/testsuite/tests/typecheck/bug1465/bug1465.stderr
@@ -2,5 +2,7 @@
C.hs:6:11:
Couldn't match expected type ‛bug1465-1.0:A.T’
with actual type ‛A.T’
+ NB: ‛bug1465-1.0:A.T’ is defined in ‛A’ in package ‛bug1465-1.0’
+ ‛A.T’ is defined in ‛A’ in package ‛bug1465-2.0’
In the expression: B2.f
In the expression: [B1.f, B2.f]