summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-09-01 02:53:15 +0200
committerEugen Wissner <belka@caraus.de>2019-09-01 03:16:27 +0200
commit63d4de485d3cd96c00480dfe2e5a6cb320d520c7 (patch)
treec24e192b68c2abbfd1db34eb576b866b01cdbb03 /stack.yaml
parent22313d05df7d96cd8106bc42f787bc74d74596de (diff)
downloadgraphql-63d4de485d3cd96c00480dfe2e5a6cb320d520c7.tar.gz
Deprecate enum, enumA, wrappedEnum, wrappedEnumA
These functions are from Language.GraphQL.Schema. There are actually only two generic types in GraphQL: Scalars and objects. Enum is a scalar value. According to the specification enums may be serailized to strings. And in the current implementation they used untyped strings anyway, so there is no point to have differently named functions with the same implementation as their scalar counterparts.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 68eb5fc..8d94ebc 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-14.3
+resolver: lts-14.4
packages:
- '.'
extra-deps: []