summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_fail/Roles12.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/roles/should_fail/Roles12.stderr')
-rw-r--r--testsuite/tests/roles/should_fail/Roles12.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/roles/should_fail/Roles12.stderr b/testsuite/tests/roles/should_fail/Roles12.stderr
index b4d7499fe9..99eb45fd96 100644
--- a/testsuite/tests/roles/should_fail/Roles12.stderr
+++ b/testsuite/tests/roles/should_fail/Roles12.stderr
@@ -1,11 +1,11 @@
-Roles12.hs:6:1: error:
+Roles12.hs:6:1: error: [GHC-15843]
Type constructor ‘T’ has conflicting definitions in the module
- and its hs-boot file
+ and its hs-boot file.
Main module: type role T phantom
type T :: * -> *
data T a
- Boot file: type T :: * -> *
+ Boot file: type T :: * -> *
data T 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.