cvs commit: fptools/ghc/compiler/rename RnExpr.lhs fptools/ghc/compiler/basicTypes Literal.lhs fptools/ghc/compiler/utils Outputable.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 26 Apr 2001 05:16:57 -0700


simonmar    2001/04/26 05:16:57 PDT

  Modified files:
    ghc/compiler/rename  RnExpr.lhs 
    ghc/compiler/basicTypes Literal.lhs 
    ghc/compiler/utils   Outputable.lhs 
  Log:
  Allow out-of-range character literals to appear in interface-file
  unfoldings.  They occasionally pop up in Core.
  
  Revision  Changes    Path
  1.70      +8 -2      fptools/ghc/compiler/rename/RnExpr.lhs
  1.25      +7 -1      fptools/ghc/compiler/basicTypes/Literal.lhs
  1.41      +6 -3      fptools/ghc/compiler/utils/Outputable.lhs