summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/test-defaulting-plugin.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/plugins/test-defaulting-plugin.stderr')
-rw-r--r--testsuite/tests/plugins/test-defaulting-plugin.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/plugins/test-defaulting-plugin.stderr b/testsuite/tests/plugins/test-defaulting-plugin.stderr
index 5108d5c805..c50aaa1aa3 100644
--- a/testsuite/tests/plugins/test-defaulting-plugin.stderr
+++ b/testsuite/tests/plugins/test-defaulting-plugin.stderr
@@ -1,12 +1,12 @@
-test-defaulting-plugin.hs:28:11: warning: [-Wtype-defaults (in -Wall)]
+test-defaulting-plugin.hs:28:11: warning: [GHC-18042] [-Wtype-defaults (in -Wall)]
Defaulting the type variable ‘a0’ to type ‘0’ in the following constraint
KnownNat a0 arising from a use of ‘q’
In the first argument of ‘(+)’, namely ‘q’
In the second argument of ‘($)’, namely ‘q + w’
In a stmt of a 'do' block: print $ q + w
-test-defaulting-plugin.hs:28:15: warning: [-Wtype-defaults (in -Wall)]
+test-defaulting-plugin.hs:28:15: warning: [GHC-18042] [-Wtype-defaults (in -Wall)]
Defaulting the type variable ‘a0’ to type ‘2’ in the following constraints
(KnownNat a0)
arising from a use of ‘w’ at test-defaulting-plugin.hs:28:15
@@ -18,7 +18,7 @@ test-defaulting-plugin.hs:28:15: warning: [-Wtype-defaults (in -Wall)]
In the second argument of ‘($)’, namely ‘q + w’
In a stmt of a 'do' block: print $ q + w
-test-defaulting-plugin.hs:29:11: warning: [-Wtype-defaults (in -Wall)]
+test-defaulting-plugin.hs:29:11: warning: [GHC-18042] [-Wtype-defaults (in -Wall)]
Defaulting the type variable ‘b0’ to type ‘0’ in the following constraint
KnownNat b0 arising from a use of ‘mc’
In the second argument of ‘($)’, namely ‘mc Proxy Proxy’
@@ -27,7 +27,7 @@ test-defaulting-plugin.hs:29:11: warning: [-Wtype-defaults (in -Wall)]
do print $ q + w
print $ mc Proxy Proxy
-test-defaulting-plugin.hs:29:11: warning: [-Wtype-defaults (in -Wall)]
+test-defaulting-plugin.hs:29:11: warning: [GHC-18042] [-Wtype-defaults (in -Wall)]
Defaulting the type variable ‘a0’ to type ‘0’ in the following constraint
KnownNat a0 arising from a use of ‘mc’
In the second argument of ‘($)’, namely ‘mc Proxy Proxy’