cvs commit: fptools/ghc/compiler/basicTypes Unique.lhs fptools/ghc/compiler/hsSyn Convert.lhs fptools/ghc/compiler/iface IfaceEnv.lhs MkIface.lhs fptools/ghc/compiler/main CmdLineOpts.lhs DriverFlags.hs fptools/ghc/compiler/rename RnEnv.lhs RnNames.lhs ...

Simon Peyton Jones simonpj at haskell.org
Thu Dec 2 12:18:37 EST 2004


simonpj     2004/12/02 09:18:37 PST

  Modified files:
    ghc/compiler/basicTypes Unique.lhs 
    ghc/compiler/hsSyn   Convert.lhs 
    ghc/compiler/iface   IfaceEnv.lhs MkIface.lhs 
    ghc/compiler/main    CmdLineOpts.lhs DriverFlags.hs 
    ghc/compiler/rename  RnEnv.lhs RnNames.lhs 
    ghc/compiler/typecheck TcBinds.lhs 
  Log:
  Sorry for the fact that there are overlapping three commits in here...
  
  1.  Make -fno-monomorphism-restriction 
      and -fno-implicit-prelude reversible, like other flags
  
  2.  Fix a wibble in the new ImportAvails story, in RnNames.mkExportAvails
  
  3.  Fix a Template Haskell bug that meant that top-level names created
      with newName were not made properly unique.
  
  
  
  
  Revision  Changes    Path
  1.72      +13 -14    fptools/ghc/compiler/basicTypes/Unique.lhs
  1.58      +23 -23    fptools/ghc/compiler/hsSyn/Convert.lhs
  1.12      +3 -2      fptools/ghc/compiler/iface/IfaceEnv.lhs
  1.22      +5 -5      fptools/ghc/compiler/iface/MkIface.lhs
  1.193     +4 -2      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.142     +2 -5      fptools/ghc/compiler/main/DriverFlags.hs
  1.184     +11 -14    fptools/ghc/compiler/rename/RnEnv.lhs
  1.180     +29 -18    fptools/ghc/compiler/rename/RnNames.lhs
  1.129     +3 -3      fptools/ghc/compiler/typecheck/TcBinds.lhs


More information about the Cvs-ghc mailing list