diff options
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphql.cabal b/graphql.cabal index e7ac249..5f3c8ea 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: c06170c5fd3d1c3e42fb8c8fde8afd88bf3dd142f6cee1f83128e8d00d443f2d +-- hash: 38e16611476c6163a049a4ddbaef34cf3fdef8f85d25f7bcaed839372c9fdf75 name: graphql version: 0.8.0.0 @@ -53,6 +53,7 @@ library Language.GraphQL.Type.Schema other-modules: Language.GraphQL.Execute.Execution + Language.GraphQL.Execute.Subscribe Language.GraphQL.Execute.Transform Language.GraphQL.Type.Definition Language.GraphQL.Type.Internal @@ -61,6 +62,7 @@ library build-depends: aeson , base >=4.7 && <5 + , conduit , containers , megaparsec , parser-combinators @@ -68,7 +70,6 @@ library , text , transformers , unordered-containers - , vector default-language: Haskell2010 test-suite tasty @@ -97,6 +98,7 @@ test-suite tasty QuickCheck , aeson , base >=4.7 && <5 + , conduit , containers , graphql , hspec @@ -109,5 +111,4 @@ test-suite tasty , text , transformers , unordered-containers - , vector default-language: Haskell2010 |
