summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-06 12:54:27 +0100
committerEugen Wissner <belka@caraus.de>2021-02-06 12:54:27 +0100
commited725ea5147b1785f17ec1192b30355a31447e53 (patch)
tree65518fb671a60c3bb240eaf6f03c1dead72a2a62 /graphql.cabal
parentb27da54bf4d4c75447c1cad4329c2b28ae2c6c82 (diff)
downloadgraphql-ed725ea5147b1785f17ec1192b30355a31447e53.tar.gz
Split validation rule tests in contexts
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal
index f51e6d1..c84156d 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,7 +4,7 @@ cabal-version: 2.2
--
-- see: https://github.com/sol/hpack
--
--- hash: 55ede035c74b423b607abac158fb26436e4ea06a43fecdcc2ef42423e63597fc
+-- hash: f04885cb80064cc5262a6059af1977c0da58df82e3373eb619e7238f3066c466
name: graphql
version: 0.11.0.0
@@ -86,7 +86,7 @@ test-suite graphql-test
Language.GraphQL.Execute.CoerceSpec
Language.GraphQL.ExecuteSpec
Language.GraphQL.Type.OutSpec
- Language.GraphQL.ValidateSpec
+ Language.GraphQL.Validate.RulesSpec
Test.DirectiveSpec
Test.FragmentSpec
Test.RootOperationSpec