diff --git a/ghc/tests/deriving/should_fail/drvfail004.stderr b/ghc/tests/deriving/should_fail/drvfail004.stderr index 29d77feb1ceb155064b7f5293db41a30695e2426..4010f998d095696271f1ba85ea6cc67ffd942168 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