summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/deriving-via-fail.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/deriving-via-fail.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/deriving-via-fail.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/deriving/should_fail/deriving-via-fail.stderr b/testsuite/tests/deriving/should_fail/deriving-via-fail.stderr
index ea07442a82..3e638d56f9 100644
--- a/testsuite/tests/deriving/should_fail/deriving-via-fail.stderr
+++ b/testsuite/tests/deriving/should_fail/deriving-via-fail.stderr
@@ -1,5 +1,5 @@
-deriving-via-fail.hs:10:34: error:
+deriving-via-fail.hs:10:34: error: [GHC-10283]
• Couldn't match representation of type ‘a’ with that of ‘b’
arising from the coercion of the method ‘showsPrec’
from type ‘Int -> Identity b -> ShowS’
@@ -12,13 +12,13 @@ deriving-via-fail.hs:10:34: error:
at deriving-via-fail.hs:10:34-37
• When deriving the instance for (Show (Foo1 a))
-deriving-via-fail.hs:13:12: error:
+deriving-via-fail.hs:13:12: error: [GHC-63174]
• Cannot derive instance via ‘fooo’
Class ‘Category’ expects an argument of kind ‘* -> * -> *’,
but ‘fooo’ has kind ‘*’
• In the newtype declaration for ‘Foo2’
-deriving-via-fail.hs:16:20: error:
+deriving-via-fail.hs:16:20: error: [GHC-10283]
• Couldn't match representation of type ‘a’ with that of ‘Foo3’
arising from the coercion of the method ‘==’
from type ‘a -> a -> Bool’ to type ‘Foo3 -> Foo3 -> Bool’