From 5af71368933fb8d7018897de24dae293b01d5a4c Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Sat, 12 Sep 2015 12:54:05 +0200 Subject: Initial commit This includes a rough port of the data types at https://github.com/graphql/graphql-js/blob/master/src/language/ast.js --- Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Setup.hs (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3