X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverMkDepend.hs;h=e22a1da246d32373ce00e11ccc7030c594fd4cf2;hb=7752abc1008b633fdc7a0b9f283ceca40747b609;hp=453dda1a7a42454871729b0e8a80b0ba30fdd1a1;hpb=bff0ca399078cf2fd04cc9d14a5f4c2549473081;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverMkDepend.hs b/ghc/compiler/main/DriverMkDepend.hs index 453dda1..e22a1da 100644 --- a/ghc/compiler/main/DriverMkDepend.hs +++ b/ghc/compiler/main/DriverMkDepend.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverMkDepend.hs,v 1.6 2000/11/21 14:34:47 simonmar Exp $ +-- $Id: DriverMkDepend.hs,v 1.7 2000/12/12 14:35:08 simonmar Exp $ -- -- GHC Driver -- @@ -18,6 +18,7 @@ import TmpFiles import Module import Config import Util +import Panic import IOExts import Exception