fix validate on Windows
authorSimon Marlow <marlowsd@gmail.com>
Wed, 14 Jan 2009 15:58:42 +0000 (15:58 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 14 Jan 2009 15:58:42 +0000 (15:58 +0000)
compiler/coreSyn/CoreArity.lhs

index 0d1b394..2dfed49 100644 (file)
@@ -22,9 +22,6 @@ import CoreSubst ( Subst, substBndr, substBndrs, substExpr
                         , mkEmptySubst, isEmptySubst )
 import Var
 import VarEnv
                         , mkEmptySubst, isEmptySubst )
 import Var
 import VarEnv
-#if mingw32_TARGET_OS
-import Packages
-#endif
 import Id
 import Type
 import Coercion
 import Id
 import Type
 import Coercion