remove more Addr bits
authorSimon Marlow <simonmar@microsoft.com>
Tue, 4 Jul 2006 15:12:17 +0000 (15:12 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 4 Jul 2006 15:12:17 +0000 (15:12 +0000)
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)
     ]