summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8353.stderr
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2016-02-27 19:45:11 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2016-02-27 19:45:11 +0100
commit3cd4c9ca4564982cf159f11f59d434235ba28808 (patch)
tree17b6b13f6d8a177d341b39eb94be110919a0a14d /testsuite/tests/ghci/scripts/T8353.stderr
parentb6c61e372a1a783b32f1bbd1ceb446e89478a138 (diff)
downloadhaskell-3cd4c9ca4564982cf159f11f59d434235ba28808.tar.gz
Annotate `[-Wdeferred-type-errors]` in warnings (re #10752)
This was missed in bb5afd3c274011c5ea302210b4c290ec1f83209c
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8353.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T8353.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/T8353.stderr b/testsuite/tests/ghci/scripts/T8353.stderr
index 41be9353c1..e525c22162 100644
--- a/testsuite/tests/ghci/scripts/T8353.stderr
+++ b/testsuite/tests/ghci/scripts/T8353.stderr
@@ -1,5 +1,5 @@
-Defer03.hs:4:5: warning:
+Defer03.hs:4:5: warning: [-Wdeferred-type-errors (in -Wdefault)]
• Couldn't match expected type ‘Int’ with actual type ‘Char’
• In the expression: 'p'
In an equation for ‘a’: a = 'p'
@@ -21,7 +21,7 @@ Defer03.hs:7:5: error:
In an equation for ‘f’: f = _
• Relevant bindings include f :: Int (bound at Defer03.hs:7:1)
-Defer03.hs:4:5: warning:
+Defer03.hs:4:5: warning: [-Wdeferred-type-errors (in -Wdefault)]
• Couldn't match expected type ‘Int’ with actual type ‘Char’
• In the expression: 'p'
In an equation for ‘a’: a = 'p'
@@ -43,7 +43,7 @@ Defer03.hs:7:5: error:
In an equation for ‘f’: f = _
• Relevant bindings include f :: Int (bound at Defer03.hs:7:1)
-Defer03.hs:4:5: warning:
+Defer03.hs:4:5: warning: [-Wdeferred-type-errors (in -Wdefault)]
• Couldn't match expected type ‘Int’ with actual type ‘Char’
• In the expression: 'p'
In an equation for ‘a’: a = 'p'