summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail015.stderr-7.012
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0 b/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0
new file mode 100644
index 0000000000..9f0166e9cd
--- /dev/null
+++ b/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0
@@ -0,0 +1,12 @@
+
+drvfail015.hs:10:19:
+ Illegal instance declaration for `Eq T'
+ (All instance types must be of the form (T t1 ... tn)
+ where T is not a synonym.
+ Use -XTypeSynonymInstances if you want to disable this.)
+ In the stand-alone deriving instance for `Eq T'
+
+drvfail015.hs:13:1:
+ The data constructors of `Handle' are not all in scope
+ so you cannot derive an instance for it
+ In the stand-alone deriving instance for `Eq Handle'