diff options
Diffstat (limited to 'testsuite/tests/module/mod114.stderr')
-rw-r--r-- | testsuite/tests/module/mod114.stderr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod114.stderr b/testsuite/tests/module/mod114.stderr index 673dc95b3a..739ac82452 100644 --- a/testsuite/tests/module/mod114.stderr +++ b/testsuite/tests/module/mod114.stderr @@ -1,2 +1,5 @@ -mod114.hs:3:16: Not in scope: type constructor or class ‘Stuff’ +mod114.hs:3:16: error: + Not in scope: type constructor or class ‘Stuff’ + Perhaps you want to remove ‘Stuff’ from the explicit hiding list + in the import of ‘Mod114_Help’ (mod114.hs:4:1-36). |