From: Simon Marlow Date: Tue, 4 Jul 2006 15:12:17 +0000 (+0000) Subject: remove more Addr bits X-Git-Tag: Before_FC_branch_merge~312 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e8db8f8ea957807dc6d4f134a147ef60bfd0ee93;p=ghc-hetmet.git remove more Addr bits --- diff --git a/compiler/typecheck/TcGenDeriv.lhs b/compiler/typecheck/TcGenDeriv.lhs index d7dc977..ec17e69 100644 --- a/compiler/typecheck/TcGenDeriv.lhs +++ b/compiler/typecheck/TcGenDeriv.lhs @@ -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) ]