summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Foundation.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-01-15 11:50:20 +0100
committerEugen Wissner <belka@caraus.de>2022-01-15 11:50:20 +0100
commit396b48080643a07f96e960f52635797940314f2f (patch)
tree9f01f16827d174f6be63ff42498dc403e25d9938 /src/Language/GraphQL/Foundation.hs
parent82b21bece81f644988ab563d680df8ebbb252587 (diff)
downloadgraphql-spice-396b48080643a07f96e960f52635797940314f2f.tar.gz
Add cabal.project to build with the correct flags
Diffstat (limited to 'src/Language/GraphQL/Foundation.hs')
-rw-r--r--src/Language/GraphQL/Foundation.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Language/GraphQL/Foundation.hs b/src/Language/GraphQL/Foundation.hs
new file mode 100644
index 0000000..4647a47
--- /dev/null
+++ b/src/Language/GraphQL/Foundation.hs
@@ -0,0 +1,5 @@
+module Language.GraphQL.Foundation
+ ( module Language.GraphQL.Serialize
+ ) where
+
+import Language.GraphQL.Serialize