X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverMkDepend.hs;h=311522fdf8755d1a7519b1f572cc3eb37130b2fc;hb=8c1b6bd7ffb9ce97da7a72f9e102998df19b23a2;hp=607ba78d2896ccd6203fd59e6f9f1a35daaead0b;hpb=d04fb5dc5364513882e3e7619bfb4d459fc3ed51;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverMkDepend.hs b/ghc/compiler/main/DriverMkDepend.hs index 607ba78..311522f 100644 --- a/ghc/compiler/main/DriverMkDepend.hs +++ b/ghc/compiler/main/DriverMkDepend.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverMkDepend.hs,v 1.23 2002/09/18 10:51:01 simonmar Exp $ +-- $Id: DriverMkDepend.hs,v 1.24 2002/10/09 15:03:52 simonpj Exp $ -- -- GHC Driver -- @@ -22,7 +22,7 @@ import Finder ( findModuleDep ) import Util ( global ) import Panic -import DATA_IOREF ( IORef, newIORef, readIORef, writeIORef ) +import DATA_IOREF ( IORef, readIORef, writeIORef ) import EXCEPTION import Directory