fix index position in error path

This commit is contained in:
Dmitrii Skurikhin
2022-01-04 14:40:41 +03:00
committed by Eugen Wissner
parent 16cbe3fc28
commit 1f7bd92d11
5 changed files with 100 additions and 7 deletions

View File

@ -99,6 +99,7 @@ test-suite graphql-test
Language.GraphQL.ExecuteSpec
Language.GraphQL.Type.OutSpec
Language.GraphQL.Validate.RulesSpec
Schemas.HeroSchema
hs-source-dirs:
tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
@ -113,5 +114,7 @@ test-suite graphql-test
hspec-megaparsec ^>= 2.2.0,
megaparsec,
text,
unordered-containers
unordered-containers,
containers,
vector
default-language: Haskell2010