summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail125.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail125.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail125.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail125.stderr b/testsuite/tests/typecheck/should_fail/tcfail125.stderr
new file mode 100644
index 0000000000..988540dad5
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail125.stderr
@@ -0,0 +1,9 @@
+
+tcfail125.hs:1:14:
+ Warning: -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
+
+tcfail125.hs:11:4:
+ No instance for (Show a)
+ arising from a use of `LiftObs'
+ In the pattern: LiftObs _ _
+ In an equation for `f': f (LiftObs _ _) = "yes"