summaryrefslogtreecommitdiff
path: root/graphql.cabal
AgeCommit message (Expand)Author
2019-07-07Change the main namespace to Language.GraphQLEugen Wissner
2019-07-06Add licence badgeEugen Wissner
2019-07-05Allow resolvers to return arbitrary nested listsEugen Wissner
2019-07-02Introduce monad transformer for resolversEugen Wissner
2019-06-30Move the source code into src/Eugen Wissner
2019-06-28Replace Alternative with MonadPlusEugen Wissner
2019-06-21Parse queries with megaparsecEugen Wissner
2019-06-11Add package.yaml, update stack snapshot to 13.25Eugen Wissner
2017-02-02Introduce Tranform moduleDanny Navarro
2017-01-28Split AST in 2Danny Navarro
2016-12-09Parse number as scientific and interpret meaning separately.Tom Hunger
2016-11-27Drop support for GHC-7.8.4Danny Navarro
2016-03-17Add @Tritlo and @solrun as authorsDanny Navarro
2016-03-14Added documentation of functions and modules and included tutorial.lhs.solrun
2016-03-14Added exception handling with Alternative constraint according to spec.Matthías Páll Gissurarson
2016-02-12Split StarWars tests in different modulesDanny Navarro
2016-02-12Handle Field arguments in Schema definitionDanny Navarro
2016-02-08Bump copyright yearDanny Navarro
2016-02-08Extend `execute` for deeper queriesDanny Navarro
2016-02-05Introduce `graphql` functionDanny Navarro
2016-01-26GardenDanny Navarro
2016-01-26Rough implementation of `execute`Danny Navarro
2015-10-19Implement first StarWars end-to-end testDanny Navarro
2015-10-17Test fixtures for Schema toplevelDanny Navarro
2015-10-17Initial stub for a `GraphQL` and `execute`Danny Navarro
2015-09-22Version Bumpv0.3Danny Navarro
2015-09-22Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder`Danny Navarro
2015-09-22Add kitchen sink parse/encode unit testDanny Navarro
2015-09-21Initial implementation of GraphQL pretty printerDanny Navarro
2015-09-18GardenDanny Navarro
2015-09-16Version bump and CHANGELOGv0.2.1Danny Navarro
2015-09-16Add travis supportDanny Navarro
2015-09-16Support ghc-7.8Danny Navarro
2015-09-16Use Cabal data-files to access golden tests dataDanny Navarro
2015-09-14Version bump, CHANGELOG and some gardeningDanny Navarro
2015-09-14Add golden test for kitchen-sink.graphqlDanny Navarro
2015-09-14Enable warnings and take care of extra importsDanny Navarro
2015-09-13Add GraphQL parserDanny Navarro
2015-09-12Rename module `Data.GraphQL` -> `Data.GraphQL.AST`Danny Navarro
2015-09-12Gardenv0.1Danny Navarro
2015-09-12Initial commitDanny Navarro