summaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2019-11-27Release 0.6.0.0v0.6.0.0Eugen Wissner
2019-11-22Try type parsers in a different orderEugen Wissner
2019-11-12Support nested fragments in any orderEugen Wissner
Fix #19.
2019-11-07AST.Transform: Pass down a readerEugen Wissner
The reader contains variable substitution functions and fragments.
2019-10-31Save fragments in a hash mapEugen Wissner
Fixes #20.
2019-10-22Release 0.5.1.0v0.5.1.0Eugen Wissner
2019-10-19Handle top-level fragmentsEugen Wissner
Fixes #17.
2019-10-11Inline fragments without typeEugen Wissner
Fixes #11.
2019-09-30Set STACK_ROOT to cache dependencies in the CIEugen Wissner
Set STACK_ROOT to cache dependencies between the builds.
2019-09-29Ignore graphql.cabalEugen Wissner
This file is generated and for releases another version is generated anyway.
2019-09-25Document undocumented modulesEugen Wissner
Fixes #15.
2019-09-20Fix haddoc warningsEugen Wissner
Fix #14.
2019-09-10Release 0.5.0.1v0.5.0.1Eugen Wissner
2019-09-01Deprecate enum, enumA, wrappedEnum, wrappedEnumAEugen Wissner
These functions are from Language.GraphQL.Schema. There are actually only two generic types in GraphQL: Scalars and objects. Enum is a scalar value. According to the specification enums may be serailized to strings. And in the current implementation they used untyped strings anyway, so there is no point to have differently named functions with the same implementation as their scalar counterparts.
2019-08-29Document all public symbols.Eugen Wissner
Mostly basic documentation. Fixes #4.
2019-08-26Provide more documentation on functions and typesEugen Wissner
2019-08-12Update stack snapshot to 14.0Eugen Wissner
2019-07-31Introduce formatter type for the encoderEugen Wissner
... to distinguish between minified and pretty printing.
2019-07-20Make the tutorial to compile againEugen Wissner
- Remove generated documentation leaving only documentation sources. - Add CI job checking that the tutorial is up to date.
2019-07-14Make all exports explicitEugen Wissner
2019-07-03Add nullable typesEugen Wissner
2019-06-21Parse queries with megaparsecEugen Wissner
2019-06-11Add package.yaml, update stack snapshot to 13.25Eugen Wissner
2016-02-17GardenDanny Navarro
2016-02-08Drop support for older stackage versionsDanny Navarro
2016-01-26Pin stack to LTS-4.2Danny Navarro
2015-09-16Support ghc-7.8Danny Navarro
2015-09-12Initial commitDanny Navarro
This includes a rough port of the data types at https://github.com/graphql/graphql-js/blob/master/src/language/ast.js