summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr
diff options
context:
space:
mode:
authorOwen Stephens <owen@owenstephens.co.uk>2014-04-10 17:44:11 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2014-06-04 21:17:27 +0200
commitc63a465011b99eeafbb957074e54c2e6bbf751d9 (patch)
tree8be21fc0af91e8826058f8f3e0a52f235fc590e5 /testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr
parentfe59334988fea384b119b7ef8372147b5c246bbf (diff)
downloadhaskell-c63a465011b99eeafbb957074e54c2e6bbf751d9.tar.gz
Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993)
MPTC now also handles the nullary case
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/TcNoNullaryTC.stderr2
1 files changed, 1 insertions, 1 deletions
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’