Move the standalone-deriving flag test from parser to renamer
authorsimonpj@microsoft.com <unknown>
Tue, 25 Aug 2009 07:33:24 +0000 (07:33 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 25 Aug 2009 07:33:24 +0000 (07:33 +0000)
commit21c5c9c09a8d36b4ae8a83b17b543c332bc9cb0c
treeb6d8b75f86d29d25824ef246b7dd504774b7103a
parent431453c003b867a2fe33d8634ee830d062be5a96
Move the standalone-deriving flag test from parser to renamer

This is just a tiny refactoring.  In general, we're trying to
get rid of parser errors in favour of later, more civlised, errors.
compiler/parser/Parser.y.pp
compiler/parser/RdrHsSyn.lhs
compiler/rename/RnSource.lhs