summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail47.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail47.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail47.stderr20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail47.stderr b/testsuite/tests/backpack/should_fail/bkpfail47.stderr
index 86453f28ea..adb764be16 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail47.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail47.stderr
@@ -1,22 +1,22 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
+ [1 of 1] Compiling A[sig] ( p\A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
+ [1 of 1] Compiling A[sig] ( q\A.hsig, nothing )
[3 of 3] Processing r
- [1 of 3] Compiling A[sig] ( r/A.hsig, nothing )
+ [1 of 3] Compiling A[sig] ( r\A.hsig, nothing )
-bkpfail47.bkp:10:9: error:
+bkpfail47.bkp:10:9: error: [GHC-15843]
• Type constructor ‘T’ has conflicting definitions in the module
- and its hsig file
+ and its hsig file.
Main module: type role T representational nominal
type T :: * -> * -> *
data T a b = MkT
- Hsig file: type role T nominal representational
- type T :: * -> * -> *
- data T a b
+ Hsig file: type role T nominal representational
+ type T :: * -> * -> *
+ data T a b
The roles are not compatible:
- Main module: [representational, nominal]
- Hsig file: [nominal, representational]
+ Main module: [nominal, representational]
+ Hsig file: [representational, nominal]
• while merging the signatures from:
• p[A=<A>]:A
• q[A=<A>]:A