summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod177.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod177.stderr')
-rw-r--r--testsuite/tests/module/mod177.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod177.stderr b/testsuite/tests/module/mod177.stderr
new file mode 100644
index 0000000000..1dc7c5c6ae
--- /dev/null
+++ b/testsuite/tests/module/mod177.stderr
@@ -0,0 +1,5 @@
+
+mod177.hs:4:1:
+ Warning: The import of `Data.Maybe' is redundant
+ except perhaps to import instances from `Data.Maybe'
+ To import instances alone, use: import Data.Maybe()