Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/09dc8fba5161947970bc454c783b8b7e5d531953 >--------------------------------------------------------------- commit 09dc8fba5161947970bc454c783b8b7e5d531953 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
