From c63a465011b99eeafbb957074e54c2e6bbf751d9 Mon Sep 17 00:00:00 2001 From: Owen Stephens Date: Thu, 10 Apr 2014 17:44:11 +0100 Subject: Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993) MPTC now also handles the nullary case --- testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr') diff --git a/testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr b/testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr index 9e8175d99f..80f6ec4ec0 100644 --- a/testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr +++ b/testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr @@ -1,5 +1,5 @@ TcNoNullaryTC.hs:3:1: No parameters for class ‘A’ - (Use NullaryTypeClasses to allow no-parameter classes) + (Use MultiParamTypeClasses to allow no-parameter classes) In the class declaration for ‘A’ -- cgit v1.2.1