Remove redundant import; spotted by Thorkil Naur
authorIan Lynagh <igloo@earth.li>
Wed, 14 Jan 2009 18:19:37 +0000 (18:19 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 14 Jan 2009 18:19:37 +0000 (18:19 +0000)
compiler/typecheck/TcTyClsDecls.lhs

index 18be4c3..9bfba3f 100644 (file)
@@ -14,7 +14,6 @@ module TcTyClsDecls (
 
 import HsSyn
 import HsTypes
-import BasicTypes
 import HscTypes
 import BuildTyCl
 import TcUnify