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.stderr22
1 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail07.stderr b/testsuite/tests/backpack/should_fail/bkpfail07.stderr
index 251fd67f0b..7829f1e0cd 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail07.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail07.stderr
@@ -1,20 +1,20 @@
[1 of 3] Processing p
- [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
+ [1 of 1] Compiling H[sig] ( p\H.hsig, nothing )
[2 of 3] Processing h
- [1 of 3] Compiling T ( h/T.hs, nothing )
- [2 of 3] Compiling H ( h/H.hs, nothing )
- [3 of 3] Compiling A[sig] ( h/A.hsig, nothing )
+ [1 of 3] Compiling T ( h\T.hs, nothing )
+ [2 of 3] Compiling H ( h\H.hs, nothing )
+ [3 of 3] Compiling A[sig] ( h\A.hsig, nothing )
[3 of 3] Processing q
- [1 of 3] Compiling A[sig] ( q/A.hsig, nothing )
+ [1 of 3] Compiling A[sig] ( q\A.hsig, nothing )
[2 of 3] Instantiating h
[3 of 3] Instantiating p
-bkpfail07.bkp:6:9: error:
+bkpfail07.bkp:6: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 :: *
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]
+ 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]’.