[project @ 2001-07-18 19:32:15 by sof]
authorsof <unknown>
Wed, 18 Jul 2001 19:32:15 +0000 (19:32 +0000)
committersof <unknown>
Wed, 18 Jul 2001 19:32:15 +0000 (19:32 +0000)
Restrict ghc-4.xx breakage to mingw only; not an issue for other plats

ghc/compiler/main/SysTools.lhs

index 9c1465f..f3c415c 100644 (file)
@@ -65,8 +65,8 @@ import Addr
 import qualified Posix
 #else
 import List            ( isPrefixOf )
-#endif
 import MarshalArray
+#endif
 
 #include "HsVersions.h"