diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-11-18 08:19:38 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-11-18 08:19:38 +0100 |
| commit | b387c10d750783822e0ce40fb813355f132c50c9 (patch) | |
| tree | 4a307bfefc2f70bf548a792773453ffbd24037bc /src/Language/GraphQL.hs | |
| download | graphql-spice-b387c10d750783822e0ce40fb813355f132c50c9.tar.gz | |
Create a package skeleton
Diffstat (limited to 'src/Language/GraphQL.hs')
| -rw-r--r-- | src/Language/GraphQL.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Language/GraphQL.hs b/src/Language/GraphQL.hs new file mode 100644 index 0000000..478c4c2 --- /dev/null +++ b/src/Language/GraphQL.hs @@ -0,0 +1,3 @@ +module Language.GraphQL + ( + ) where |
