summaryrefslogtreecommitdiff
path: root/graphql.cabal
AgeCommit message (Expand)Author
2021-04-07Remove package.yamlEugen Wissner
2021-02-22Add -Wall flags to graphql.cabalBen Sinclair
2021-02-13Add OrderedMap prototypeEugen Wissner
2021-02-07Release 0.11.1.0v0.11.1.0Eugen Wissner
2021-02-06Split validation rule tests in contextsEugen Wissner
2021-02-04Provide custom Show instances for AST valuesEugen Wissner
2020-11-07Release 0.11.0.0v0.11.0.0Eugen Wissner
2020-11-05Remove StarWars testsEugen Wissner
2020-11-02Write documentation out of the source treeEugen Wissner
2020-10-30Reflect infrastructure and license changesEugen Wissner
2020-08-29Release 0.10.0.0v0.10.0.0Eugen Wissner
2020-08-25Validate single root field in subscriptionsEugen Wissner
2020-08-22Remove encoder test based on old external filesEugen Wissner
2020-07-24Release 0.9.0.0Eugen Wissner
2020-07-20Draft the Validation APIEugen Wissner
2020-07-19Return a stream as well from graphql* functionsEugen Wissner
2020-07-17Constrain base monad to MonadCatchEugen Wissner
2020-07-14Support subscriptionsEugen Wissner
2020-07-06Export sum type for all GraphQL typesEugen Wissner
2020-07-03Check in .cabalEugen Wissner
2019-09-29Ignore graphql.cabalEugen Wissner
2019-09-27Introduce hspec-megaparsecEugen Wissner
2019-09-13Add pending inline fragment testsEugen Wissner
2019-09-10Release 0.5.0.1v0.5.0.1Eugen Wissner
2019-08-14Release 0.5.0.0v0.5.0.0Eugen Wissner
2019-08-13Escape special characters in the encoded stringsEugen Wissner
2019-07-23Add singleError utility functionv0.4.0.0Eugen Wissner
2019-07-22Parse the BOM header if anyEugen Wissner
2019-07-17Remove TODOEugen Wissner
2019-07-10Replace tasty and HUnit with HspecEugen Wissner
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