diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-02-22 13:59:38 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-02-22 13:59:38 +0100 |
| commit | d8a731fe30ce800ac8347a902f38373d6cf689b2 (patch) | |
| tree | e66eab79a62fb28a33b7ec6f5ecc6cba9be62927 /Data/GraphQL/Schema.hs | |
| parent | 770df827181f71b87aa286910cc7873a34edcede (diff) | |
| download | graphql-d8a731fe30ce800ac8347a902f38373d6cf689b2.tar.gz | |
Remove `StringValue` type
Diffstat (limited to 'Data/GraphQL/Schema.hs')
| -rw-r--r-- | Data/GraphQL/Schema.hs | 1 |
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) |
