From: simonpj Date: Tue, 26 Jul 2005 08:29:44 +0000 (+0000) Subject: [project @ 2005-07-26 08:29:44 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~313 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fb8cc4c65b4923f9d05a32abe275d6bfcab7d032;hp=fb8cc4c65b4923f9d05a32abe275d6bfcab7d032;p=ghc-hetmet.git [project @ 2005-07-26 08:29:44 by simonpj] MERGE TO STABLE Fix a TH bug. When a type constructor was exported abstractly (which happens when you don't have -O), and then reified in an importing module, the reification crashed. Now it just gives a TyCon with no constructors. ---