X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverPipeline.hs;h=5a028506cc1a321377203bab72a1e1c7d083e09b;hb=972d6442ee3a6ee0a5fa20655d882e0041646892;hp=2ff3078ec86e4c8c61d861a9a92c82944093f256;hpb=82db18e4c12e1ed76736ee67dc365cdaebeef7d7;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 2ff3078..5a02850 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.78 2001/06/14 12:50:06 simonpj Exp $ +-- $Id: DriverPipeline.hs,v 1.79 2001/06/15 08:29:58 simonpj Exp $ -- -- GHC Driver -- @@ -26,7 +26,7 @@ module DriverPipeline ( #include "HsVersions.h" -import CmStaticInfo +import Packages import CmTypes import GetImports import DriverState