diff options
Diffstat (limited to 'testsuite/tests/th/T10279.stderr')
-rw-r--r-- | testsuite/tests/th/T10279.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/th/T10279.stderr b/testsuite/tests/th/T10279.stderr new file mode 100644 index 0000000000..c5f7834eae --- /dev/null +++ b/testsuite/tests/th/T10279.stderr @@ -0,0 +1,8 @@ + +T10279.hs:10:10: error: + Failed to load interface for ‘A’ + no package key matching ‘rts-1.0’ was found + (This package key looks like the source package ID; + the real package key is ‘rts’) + In the expression: (rts-1.0:A.Foo) + In an equation for ‘blah’: blah = (rts-1.0:A.Foo) |