diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail015.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/drvfail015.stderr | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail015.stderr b/testsuite/tests/deriving/should_fail/drvfail015.stderr index c38ff00456..b731032fc3 100644 --- a/testsuite/tests/deriving/should_fail/drvfail015.stderr +++ b/testsuite/tests/deriving/should_fail/drvfail015.stderr @@ -1,13 +1,13 @@ -drvfail015.hs:10:19: - Illegal instance declaration for ‘Eq T’ - (All instance types must be of the form (T t1 ... tn) - where T is not a synonym. - Use TypeSynonymInstances if you want to disable this.) - In the stand-alone deriving instance for ‘Eq T’ +drvfail015.hs:11:19: error: + • Illegal instance declaration for ‘Eq T’ + (All instance types must be of the form (T t1 ... tn) + where T is not a synonym. + Use TypeSynonymInstances if you want to disable this.) + • In the stand-alone deriving instance for ‘Eq T’ -drvfail015.hs:13:1: - Can't make a derived instance of ‘Eq Handle’: - The data constructors of ‘Handle’ are not all in scope - so you cannot derive an instance for it - In the stand-alone deriving instance for ‘Eq Handle’ +drvfail015.hs:14:1: error: + • Can't make a derived instance of ‘Eq Handle’: + The data constructors of ‘Handle’ are not all in scope + so you cannot derive an instance for it + • In the stand-alone deriving instance for ‘Eq Handle’ |