summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_fail/T9204.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/roles/should_fail/T9204.stderr')
-rw-r--r--testsuite/tests/roles/should_fail/T9204.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/roles/should_fail/T9204.stderr b/testsuite/tests/roles/should_fail/T9204.stderr
index c54df4870c..33f638578e 100644
--- a/testsuite/tests/roles/should_fail/T9204.stderr
+++ b/testsuite/tests/roles/should_fail/T9204.stderr
@@ -1,11 +1,11 @@
-T9204.hs:7:1: error:
+T9204.hs:7:1: error: [GHC-15843]
Type constructor ‘D’ has conflicting definitions in the module
- and its hs-boot file
+ and its hs-boot file.
Main module: type role D phantom
type D :: * -> *
data D a
- Boot file: type D :: * -> *
+ Boot file: type D :: * -> *
data D a
The roles do not match.
- Roles on abstract types default to ‘representational’ in boot files.
+ NB: roles on abstract types default to ‘representational’ in hs-boot files.