Remove some code only used with GHC 6.11.*
[ghc-hetmet.git] / utils / ghc-pkg / Main.hs
index 12eaaba..e5398ad 100644 (file)
@@ -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