Remove some code only used with GHC 6.11.*
authorIan Lynagh <igloo@earth.li>
Thu, 15 Jul 2010 14:17:20 +0000 (14:17 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 15 Jul 2010 14:17:20 +0000 (14:17 +0000)
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