diff options
| author | Dmitrii Skurikhin <dmitrii.sk@gmail.com> | 2022-01-04 14:40:41 +0300 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-01-07 08:31:47 +0100 |
| commit | 1f7bd92d1105f44d5214c1210d4cefeb8bc1bd8e (patch) | |
| tree | 665720c2fe6c66e06bdc81c3a5edbe125d1d200b /graphql.cabal | |
| parent | 16cbe3fc28d097965c82fdcefc086205d565e3d0 (diff) | |
| download | graphql-1f7bd92d1105f44d5214c1210d4cefeb8bc1bd8e.tar.gz | |
fix index position in error path
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index daf020f..c81c01a 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -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 |
