diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-07-04 15:12:17 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-07-04 15:12:17 +0000 |
commit | e8db8f8ea957807dc6d4f134a147ef60bfd0ee93 (patch) | |
tree | edfc925bfba7c4adb201a88f197b91f13af0ee40 | |
parent | ff911658b60a6efd6000b33cfa922b79511ee719 (diff) | |
download | haskell-e8db8f8ea957807dc6d4f134a147ef60bfd0ee93.tar.gz |
remove more Addr bits
-rw-r--r-- | compiler/typecheck/TcGenDeriv.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/typecheck/TcGenDeriv.lhs b/compiler/typecheck/TcGenDeriv.lhs index d7dc9777e0..ec17e69936 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) ] |