diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-01-15 11:50:20 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-01-15 11:50:20 +0100 |
| commit | 396b48080643a07f96e960f52635797940314f2f (patch) | |
| tree | 9f01f16827d174f6be63ff42498dc403e25d9938 /src/Language/GraphQL/Foundation.hs | |
| parent | 82b21bece81f644988ab563d680df8ebbb252587 (diff) | |
| download | graphql-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.hs | 5 |
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 |
