summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-05-09 12:34:39 +0200
committerEugen Wissner <belka@caraus.de>2021-05-09 12:42:02 +0200
commit0d23df3da29cfe0b78af922cea71db5fa1d5c98c (patch)
tree9dd71e8bbf92d3c0e71144b552d195f8baa8afe7 /graphql.cabal
parent5a5f265fe4bf291c1ef58f5fe452f1e8c69c9ed6 (diff)
downloadgraphql-0d23df3da29cfe0b78af922cea71db5fa1d5c98c.tar.gz
Provide an internal function to add errors
The old function, addErrMsg, takes only a string with an error description, but more information is required for the execution errors: locations and path. addErrMsg should be deprecated after the switching to the new addError.
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql.cabal b/graphql.cabal
index b2316de..0d9b231 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -47,6 +47,7 @@ library
Test.Hspec.GraphQL
other-modules:
Language.GraphQL.Execute.Execution
+ Language.GraphQL.Execute.Internal
Language.GraphQL.Execute.Subscribe
Language.GraphQL.Execute.Transform
Language.GraphQL.Type.Definition