summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail22.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail22.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail22.stderr6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail22.stderr b/testsuite/tests/backpack/should_fail/bkpfail22.stderr
index fe066bd039..cb0a0e23fa 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail22.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail22.stderr
@@ -16,6 +16,8 @@
bkpfail22.bkp:16:9: error:
ā€¢ Type constructor ā€˜Sā€™ has conflicting definitions in the module
and its hsig file
- Main module: type S = ()
- Hsig file: type S = GHC.Types.Bool
+ Main module: type S :: *
+ type S = ()
+ Hsig file: type S :: *
+ type S = GHC.Types.Bool
ā€¢ while checking that badimpl:H2 implements signature H2 in q[H2=badimpl:H2]