summaryrefslogtreecommitdiff
path: root/Data/GraphQL/Schema.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/GraphQL/Schema.hs')
-rw-r--r--Data/GraphQL/Schema.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Data/GraphQL/Schema.hs b/Data/GraphQL/Schema.hs
index 10cd691..1c45af2 100644
--- a/Data/GraphQL/Schema.hs
+++ b/Data/GraphQL/Schema.hs
@@ -18,7 +18,6 @@ module Data.GraphQL.Schema
, Field
, Argument(..)
, Value(..)
- , StringValue(..)
) where
#if !MIN_VERSION_base(4,8,0)