summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/StarBinder.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/StarBinder.stderr')
-rw-r--r--testsuite/tests/warnings/should_compile/StarBinder.stderr6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/warnings/should_compile/StarBinder.stderr b/testsuite/tests/warnings/should_compile/StarBinder.stderr
index a8bdc9b6e5..64bd8a3fbc 100644
--- a/testsuite/tests/warnings/should_compile/StarBinder.stderr
+++ b/testsuite/tests/warnings/should_compile/StarBinder.stderr
@@ -1,10 +1,12 @@
StarBinder.hs:6:14: warning: [-Wstar-binder (in -Wdefault)]
Found binding occurrence of ‘*’ yet StarIsType is enabled.
- NB. To use (or export) this operator in modules with StarIsType,
+ Suggested fix:
+ To use (or export) this operator in modules with StarIsType,
including the definition module, you must qualify it.
StarBinder.hs:6:30: warning: [-Wstar-binder (in -Wdefault)]
Found binding occurrence of ‘*’ yet StarIsType is enabled.
- NB. To use (or export) this operator in modules with StarIsType,
+ Suggested fix:
+ To use (or export) this operator in modules with StarIsType,
including the definition module, you must qualify it.