From: Ian Lynagh Date: Thu, 15 Jul 2010 14:17:20 +0000 (+0000) Subject: Remove some code only used with GHC 6.11.* X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1d9983e852b11a16b77d549b8acb6ba4abdf6601 Remove some code only used with GHC 6.11.* --- 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