id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
7045,The `Read` instance of `Rational` does not support decimal notation,maeder,,"{{{
main = print (1.10 :: Rational)
}}}

is legal whereas

{{{
main = print (read ""1.10"" :: Rational)
}}}
fails at runtime with ""Prelude.read: no parse""

The same applies to ""1E10"", but the e-notation should be rejected in both cases (see #7044)
",bug,new,normal,7.6.2,libraries/base,7.4.2,,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,,,,"#7044, #5692"
