From: panne Date: Mon, 3 Jul 2000 20:34:35 +0000 (+0000) Subject: [project @ 2000-07-03 20:34:35 by panne] X-Git-Tag: Approximately_9120_patches~4087 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d2e67f300f0cf4e242b522c69cde4848f272d460;p=ghc-hetmet.git [project @ 2000-07-03 20:34:35 by panne] Synched expected output with reality --- diff --git a/ghc/tests/deriving/should_fail/drvfail004.stderr b/ghc/tests/deriving/should_fail/drvfail004.stderr index 29d77fe..4010f99 100644 --- a/ghc/tests/deriving/should_fail/drvfail004.stderr +++ b/ghc/tests/deriving/should_fail/drvfail004.stderr @@ -1,9 +1,10 @@ drvfail004.hs:5: - Could not deduce `Eq (Foo a b)' from the context: (Ord a1, Ord b1) - Probable cause: missing `Eq (Foo a b)' - in instance declaration context - or missing instance declaration for `Eq (Foo a b)' + Could not deduce `Eq (Foo a b)' + from the context (Ord a1, Ord b1) + Probable fix: + Add `Eq (Foo a b)' to the instance declaration context + Or add an instance declaration for `Eq (Foo a b)' arising from an instance declaration at drvfail004.hs:5 Compilation had errors