summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail42.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail42.stderr')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail42.stderr17
1 files changed, 10 insertions, 7 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail42.stderr b/testsuite/tests/backpack/should_fail/bkpfail42.stderr
index 0dfef9355f..b8c6fb4c34 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail42.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail42.stderr
@@ -1,17 +1,20 @@
[1 of 2] Processing p
- [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
+ [1 of 1] Compiling A[sig] ( p\A.hsig, nothing )
[2 of 2] Processing q
- [1 of 2] Compiling A[sig] ( q/A.hsig, nothing )
+ [1 of 2] Compiling A[sig] ( q\A.hsig, nothing )
-bkpfail42.bkp:10:9: error:
+bkpfail42.bkp:10:9: error: [GHC-15843]
• Type constructor ‘F’ has conflicting definitions in the module
- and its hsig file
+ and its hsig file.
Main module: type F :: * -> *
type family F a where
F a = Int
- Hsig file: type F :: * -> *
- type family F a where
- F a = Bool
+ Hsig file: type F :: * -> *
+ type family F a where
+ F a = Bool
+ Type family equations do not match:
+ The second equations do not match.
+ The equation right-hand sides don't match.
• while merging the signatures from:
• p[A=<A>]:A
• ...and the local signature for A