summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail04.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail04.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail04.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail04.stderr b/testsuite/tests/backpack/should_fail/bkpfail04.stderr
index 397cd24851..450da78636 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail04.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail04.stderr
@@ -1,20 +1,20 @@
[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 4] Compiling A[sig] ( r/A.hsig, nothing )
+ [1 of 4] Compiling A[sig] ( r\A.hsig, nothing )
-bkpfail04.bkp:7:9: error:
+bkpfail04.bkp:7:9: error: [GHC-15843]
• Type constructor ‘A’ has conflicting definitions in the module
- and its hsig file
+ and its hsig file.
Main module: type A :: *
data A = A {foo :: Int}
- Hsig file: type A :: *
- data A = A {bar :: Bool}
+ Hsig file: type A :: *
+ data A = A {bar :: Bool}
The constructors do not match:
- The record label lists for ‘A’ differ
- The types for ‘A’ differ
+ • The record label lists for ‘A’ differ.
+ • The types for ‘A’ differ.
• while merging the signatures from:
• p[A=<A>]:A
• q[A=<A>]:A