Fix the -frule-check pass
authorsimonpj@microsoft.com <unknown>
Wed, 16 Jan 2008 14:11:56 +0000 (14:11 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 16 Jan 2008 14:11:56 +0000 (14:11 +0000)
commit609db9ce4ad70c8cf64350b75da03229a7c33b0f
treefdc4764594a8e941880e3df4a7bc4dbf1d7718e5
parent8b227d2ffdae9e3e2ed7ec5754c1e1a0cd3f977d
Fix the -frule-check pass

Rules for imported things are now kept in the global rule base, not
attached to the global Id.  The rule-check pass hadn't kept up.

This should fix it.
compiler/simplCore/SimplCore.lhs
compiler/specialise/Rules.lhs