summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail086.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail086.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail086.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail086.stderr b/testsuite/tests/typecheck/should_fail/tcfail086.stderr
new file mode 100644
index 0000000000..4b221839ea
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail086.stderr
@@ -0,0 +1,6 @@
+
+tcfail086.hs:6:38:
+ Can't make a derived instance of `Eq Ex':
+ Constructor `Ex' must have a Haskell-98 type
+ Possible fix: use a standalone deriving declaration instead
+ In the data type declaration for `Ex'