cvs commit: fptools/ghc/compiler/main DriverState.hs fptools/ghc/driver PackageSrc.hs fptools/hslibs/win32 Makefile fptools/mk target.mk

Julian Seward sewardj@glass.cse.ogi.edu
Tue, 4 Sep 2001 09:35:03 -0700


sewardj     2001/09/04 09:35:02 PDT

  Modified files:
    ghc/compiler/main    DriverState.hs 
    ghc/driver           PackageSrc.hs 
    hslibs/win32         Makefile 
    mk                   target.mk 
  Log:
  Build system hacks to split HSwin32.o into two parts, so that it
  can be loaded into GHCi.  Uses the same gruesome hacks as HSstd.o.
  
  Revision  Changes    Path
  1.56      +7 -2      fptools/ghc/compiler/main/DriverState.hs
  1.49      +3 -2      fptools/ghc/driver/PackageSrc.hs
  1.13      +11 -1     fptools/hslibs/win32/Makefile
  1.131     +6 -2      fptools/mk/target.mk