summaryrefslogtreecommitdiff
path: root/libraries/base/tests/T7034.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix parsing of RealFloat with huge exponents (#7034).Paolo Capriotti2012-07-021-0/+11
Ensure numberToRangedRational returns Nothing immediately if the exponent is outside Int range, so that we avoid an integer overflow later.