summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T20588c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T20588c.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T20588c.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T20588c.stderr b/testsuite/tests/typecheck/should_fail/T20588c.stderr
index d15573a30f..5b008ecc48 100644
--- a/testsuite/tests/typecheck/should_fail/T20588c.stderr
+++ b/testsuite/tests/typecheck/should_fail/T20588c.stderr
@@ -1,14 +1,14 @@
-T20588c.hs-boot:7:1: error:
+T20588c.hs-boot:7:1: error: [GHC-15843]
Class ‘C’ has conflicting definitions in the module
- and its hs-boot file
+ and its hs-boot file.
Main module: type C :: * -> Constraint
class C a where
meth :: a
default meth :: Monoid a => a
- Boot file: type C :: * -> Constraint
+ Boot file: type C :: * -> Constraint
class C a where
meth :: a
{-# MINIMAL meth #-}
- The methods do not match:
- The default methods associated with ‘meth’ are different
+ The class methods do not match:
+ The default methods associated with ‘meth’ are different.