From 07446263c48e0574565e940ad59f1debd6790137 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 18 Jul 2001 19:32:15 +0000 Subject: [PATCH] [project @ 2001-07-18 19:32:15 by sof] Restrict ghc-4.xx breakage to mingw only; not an issue for other plats --- ghc/compiler/main/SysTools.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 9c1465f..f3c415c 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -65,8 +65,8 @@ import Addr import qualified Posix #else import List ( isPrefixOf ) -#endif import MarshalArray +#endif #include "HsVersions.h" -- 1.7.10.4