[project @ 2003-02-06 17:15:50 by simonpj]
authorsimonpj <unknown>
Thu, 6 Feb 2003 17:15:54 +0000 (17:15 +0000)
committersimonpj <unknown>
Thu, 6 Feb 2003 17:15:54 +0000 (17:15 +0000)
commit70e9ee75800f6900f02b3602f9f107f779f66c9b
treeff83bd8215497b570b891398ad800b60226de61e
parente2971311b54ed42ae2a2e05076a67fb8d26fcadb
[project @ 2003-02-06 17:15:50 by simonpj]
-------------------------------------
  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)
ghc/compiler/deSugar/DsMeta.hs
ghc/compiler/hsSyn/Convert.lhs