X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FDriverMkDepend.hs;h=b24c14e6b3b01449db0e8b204f3988be4186e281;hb=9bbcd77cf9b66940058dbea1827db594e8ff6d7f;hp=af917bd255da5bd746e2f8ef98897270a9d83e63;hpb=9221ef240afc2859ce43c5a017e52aa1e6dc51f8;p=ghc-hetmet.git diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs index af917bd..b24c14e 100644 --- a/compiler/main/DriverMkDepend.hs +++ b/compiler/main/DriverMkDepend.hs @@ -29,9 +29,6 @@ import SrcLoc import Data.List import CmdLineParser -#if __GLASGOW_HASKELL__ <= 408 -import Panic ( catchJust, ioErrors ) -#endif import ErrUtils ( debugTraceMsg, putMsg ) import Data.IORef ( IORef, readIORef, writeIORef )