summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail151.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail151.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail151.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail151.stderr b/testsuite/tests/typecheck/should_fail/tcfail151.stderr
new file mode 100644
index 0000000000..bf549602e7
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail151.stderr
@@ -0,0 +1,8 @@
+
+tcfail151.hs:1:14:
+ Warning: -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
+
+tcfail151.hs:8:6:
+ `Name a' is not applied to enough type arguments
+ Expected kind `?', but `Name a' has kind `* -> *'
+ In the data type declaration for `Exp'