summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
Diffstat (limited to 'Data')
-rw-r--r--Data/GraphQL/AST.hs (renamed from Data/GraphQL.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/GraphQL.hs b/Data/GraphQL/AST.hs
index d878022..cf4041a 100644
--- a/Data/GraphQL.hs
+++ b/Data/GraphQL/AST.hs
@@ -1,4 +1,4 @@
-module Data.GraphQL where
+module Data.GraphQL.AST where
import Data.Text (Text)