Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/3ae85ef52b398bb27b79b1e51894d50313885afc

>---------------------------------------------------------------

commit 3ae85ef52b398bb27b79b1e51894d50313885afc
Author: Simon Peyton Jones <[email protected]>
Date:   Tue Aug 2 22:05:09 2011 +0100

    Improved error message

>---------------------------------------------------------------

 tests/indexed-types/should_fail/Over.stderr |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/indexed-types/should_fail/Over.stderr 
b/tests/indexed-types/should_fail/Over.stderr
index bb973ee..20e2c48 100644
--- a/tests/indexed-types/should_fail/Over.stderr
+++ b/tests/indexed-types/should_fail/Over.stderr
@@ -1,8 +1,8 @@
 
 OverB.hs:7:15:
     Conflicting family instance declarations:
-      data instance OverA.C [Int] [a] -- Defined at OverB.hs:7:15
-      data instance OverA.C [a] [Int] -- Defined at OverC.hs:7:15
+      data instance C [Int] [a] -- Defined at OverB.hs:7:15
+      data instance C [a] [Int] -- Defined at OverC.hs:7:15
 
 OverB.hs:9:15:
     Conflicting family instance declarations:



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to