simonpj     2003/02/06 09:15:54 PST

  Modified files:
    libraries/haskell-src/Language/Haskell THSyntax.hs 
    ghc/compiler/deSugar DsMeta.hs 
    ghc/compiler/hsSyn   Convert.lhs 
  Log:
        -------------------------------------
    Fix parsing of floating-point constants in External Core
        -------------------------------------
  
  This fix accidentally made it into the previous (unrelated) commit,
  so it's really the *previous* change to LexCore you should look
  at.
  
  The fix updates LexCore so that it can parse literals in scientific
  notation (e.g. 4.3e-3)
  
  Revision  Changes    Path
  1.20      +15 -8     fptools/libraries/haskell-src/Language/Haskell/THSyntax.hs
  1.26      +7 -9      fptools/ghc/compiler/deSugar/DsMeta.hs
  1.20      +4 -4      fptools/ghc/compiler/hsSyn/Convert.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to