From d6e5ab3b120afdbfc2836d196c23ec890bad90c8 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 24 Jan 2008 09:29:35 +0000 Subject: [PATCH] FIX BUILD wrong imports on non-Windows --- compiler/ghci/InteractiveUI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 6550c6d..2594d13 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -54,7 +54,6 @@ import System.Posix hiding (getEnv) #else import GHC.ConsoleHandler ( flushConsole ) import qualified System.Win32 -import System.FilePath #endif #ifdef USE_READLINE @@ -67,6 +66,7 @@ import System.Console.Readline as Readline import Control.Exception as Exception -- import Control.Concurrent +import System.FilePath import qualified Data.ByteString.Char8 as BS import Data.List import Data.Maybe -- 1.7.10.4