Egregious bug in tcLHsConResTy
[ghc-hetmet.git] / compiler / typecheck / TcGenDeriv.lhs
index d7dc977..ec17e69 100644 (file)
@@ -1322,7 +1322,6 @@ box_con_tbl =
     [(charPrimTy,      getRdrName charDataCon)
     ,(intPrimTy,       getRdrName intDataCon)
     ,(wordPrimTy,      wordDataCon_RDR)
-    ,(addrPrimTy,      addrDataCon_RDR)
     ,(floatPrimTy,     getRdrName floatDataCon)
     ,(doublePrimTy,    getRdrName doubleDataCon)
     ]