summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15883c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T15883c.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T15883c.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T15883c.stderr b/testsuite/tests/typecheck/should_fail/T15883c.stderr
index 5444f5d6c8..60678c4fcb 100644
--- a/testsuite/tests/typecheck/should_fail/T15883c.stderr
+++ b/testsuite/tests/typecheck/should_fail/T15883c.stderr
@@ -1,5 +1,6 @@
T15883c.hs:14:1:
Can't make a derived instance of
- ‘Ord (Foo 'LiftedRep)’ with the stock strategy:
+ ‘Ord (Foo ('BoxedRep 'Lifted))’ with the stock strategy:
Don't know how to derive ‘Ord’ for type ‘forall a. a’
- In the stand-alone deriving instance for ‘Ord (Foo LiftedRep)’
+ In the stand-alone deriving instance for
+ ‘Ord (Foo (BoxedRep Lifted))’