summaryrefslogtreecommitdiff
path: root/Data/GraphQL/Printer.hs
AgeCommit message (Collapse)Author
2015-09-22Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder`Danny Navarro
2015-09-22Fixes for ghc-7.8Danny Navarro
2015-09-22Add kitchen sink parse/encode unit testDanny Navarro
This also includes the fixes to make it work. Golden tests have been removed.
2015-09-22Fix alias colon orderDanny Navarro
2015-09-22Polish printer codeDanny Navarro
- Add printing combinators to make code more readable. - Optimize printing for encoding. Pretty printing will be in a different module.
2015-09-21Initial implementation of GraphQL pretty printerDanny Navarro
This just typechecks. It needs to be cleaned and tested. Tests have been deactivated.