From e8db8f8ea957807dc6d4f134a147ef60bfd0ee93 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 4 Jul 2006 15:12:17 +0000 Subject: [PATCH] remove more Addr bits --- compiler/typecheck/TcGenDeriv.lhs | 1 - 1 file changed, 1 deletion(-) 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) ] -- 1.7.10.4