Initial commit

This includes a rough port of the data types at
https://github.com/graphql/graphql-js/blob/master/src/language/ast.js
This commit is contained in:
Danny Navarro
2015-09-12 12:54:05 +02:00
commit 5af7136893
9 changed files with 235 additions and 0 deletions

2
Setup.hs Normal file
View File

@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain