diff --git a/ghc/compiler/typecheck/TcBinds.lhs b/ghc/compiler/typecheck/TcBinds.lhs
index 5ab2d1d9212632d5680c6c00e1561e199b10cfbd..f711ef7207d787ce3c1d6f64612eb94cd0a74fb1 100644
--- a/ghc/compiler/typecheck/TcBinds.lhs
+++ b/ghc/compiler/typecheck/TcBinds.lhs
@@ -16,9 +16,7 @@ import {-# SOURCE #-} TcExpr  ( tcExpr )
 import HsSyn		( HsExpr(..), HsBinds(..), MonoBinds(..), Sig(..), InPat(..),
 			  collectMonoBinders, andMonoBinds
 			)
-import RnHsSyn		( RenamedHsBinds, RenamedSig(..), 
-			  RenamedMonoBinds
-			)
+import RnHsSyn		( RenamedHsBinds, RenamedSig, RenamedMonoBinds )
 import TcHsSyn		( TcHsBinds, TcMonoBinds,
 			  TcIdOcc(..), TcIdBndr, 
 			  tcIdType