graphql/Data
Tom Hunger 87c92e9d6e Parse number as scientific and interpret meaning separately.
The current parser will fail parsing floats because it parses an int,
and then stumbles on the dot.

To fix I interpret the value with the scientific library which already
is a dependency through attoparsec, so we're not introducing any extra
downloads or compiling.

I think this is still subtly wrong because "10.0" will be parsed as
ValueInt, but because input argument ints are allowed to be coerced
into doubles (according to the spec) this is probably acceptable.
2016-12-09 00:03:20 +00:00
..
GraphQL Parse number as scientific and interpret meaning separately. 2016-12-09 00:03:20 +00:00
GraphQL.hs Drop support for GHC-7.8.4 2016-11-27 12:56:44 -03:00