summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail07.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail07.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail07.stderr6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail07.stderr b/testsuite/tests/backpack/should_fail/bkpfail07.stderr
index f8cf6b000a..05277035dd 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail07.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail07.stderr
@@ -10,7 +10,9 @@
bkpfail07.bkp:6:9: error:
• Type constructor ‘T’ has conflicting definitions in the module
and its hsig file
- Main module: data T = T GHC.Types.Bool
- Hsig file: data T = T GHC.Types.Int
+ Main module: type T :: *
+ data T = T GHC.Types.Bool
+ Hsig file: type T :: *
+ data T = T GHC.Types.Int
The constructors do not match: The types for ‘T’ differ
• while checking that h[A=<A>]:H implements signature H in p[H=h[A=<A>]:H]