summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail52.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail52.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail52.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail52.stderr b/testsuite/tests/backpack/should_fail/bkpfail52.stderr
index 888434e33c..4a920bf65c 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail52.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail52.stderr
@@ -1,16 +1,16 @@
[1 of 2] Processing p
- [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
+ [1 of 1] Compiling H[sig] ( p\H.hsig, nothing )
[2 of 2] Processing q
- [1 of 3] Compiling B ( q/B.hs, nothing )
- [2 of 3] Compiling A[sig] ( q/A.hsig, nothing )
+ [1 of 3] Compiling B ( q\B.hs, nothing )
+ [2 of 3] Compiling A[sig] ( q\A.hsig, nothing )
-bkpfail52.bkp:10:9: error:
+bkpfail52.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 T :: *
type T = B.T
- Hsig file: type T :: *
- data T = T Int
+ Hsig file: type T :: *
+ data T = T Int
• while merging the signatures from:
• p[H=<A>]:H
• ...and the local signature for A