summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3468.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T3468.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T3468.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T3468.stderr b/testsuite/tests/typecheck/should_fail/T3468.stderr
index c8aa7622f8..77a55c34d7 100644
--- a/testsuite/tests/typecheck/should_fail/T3468.stderr
+++ b/testsuite/tests/typecheck/should_fail/T3468.stderr
@@ -1,10 +1,10 @@
-T3468.hs-boot:3:1: error:
+T3468.hs-boot:3:1: error: [GHC-15843]
Type constructor ‘Tool’ has conflicting definitions in the module
- and its hs-boot file
+ and its hs-boot file.
Main module: type role Tool phantom
type Tool :: * -> *
data Tool d = forall a r. F a
- Boot file: type Tool :: *
+ Boot file: type Tool :: *
data Tool
- The types have different kinds
+ The types have different kinds.