From 1d9983e852b11a16b77d549b8acb6ba4abdf6601 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 15 Jul 2010 14:17:20 +0000 Subject: [PATCH] Remove some code only used with GHC 6.11.* --- utils/ghc-pkg/Main.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 12eaaba..e5398ad 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -56,12 +56,8 @@ import Foreign.C #if __GLASGOW_HASKELL__ < 612 import System.Posix.Internals -#if __GLASGOW_HASKELL__ >= 611 -import GHC.IO.Handle.FD (fdToHandle) -#else import GHC.Handle (fdToHandle) #endif -#endif #ifdef mingw32_HOST_OS import GHC.ConsoleHandler -- 1.7.10.4