[rename existential data declarations properly
John Meacham <john@repetae.net>**20100722130053
 Ignore-this: 751f1d6d4c55452f6ff4d3e773f8fdcd
] hunk ./src/FrontEnd/Rename.hs 348
-        updateWith  (map hsTyVarBindName (hsConDeclExists cd)) $ do
+        updateWith  (map (toName TypeVal . hsTyVarBindName) (hsConDeclExists cd)) $ do
hunk ./src/FrontEnd/Rename.hs 356
-        updateWith (map hsTyVarBindName (hsConDeclExists cd)) $ do
+        updateWith (map (toName TypeVal . hsTyVarBindName) (hsConDeclExists cd)) $ do