diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-07-19 07:36:06 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-07-19 07:36:06 +0200 |
| commit | b9d5b1fb1bdf634137f463186585bc51e540353b (patch) | |
| tree | 26b37de5a9f6592e8faaf97c11050c3661e734bf /graphql.cabal | |
| parent | 09135c581aaae471f7d964bc2a3a141bef299097 (diff) | |
| download | graphql-b9d5b1fb1bdf634137f463186585bc51e540353b.tar.gz | |
Return a stream as well from graphql* functions
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index ea38140..bb78d22 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: f3469205f704a81ee0f55655758cf588a9e9eb52303dadd58def32a2eb207696 +-- hash: ca820b1bb2b81ffca4a3e2563bfa2be5381d80eaf4085595e07cf7db2aa3c6a9 name: graphql version: 0.8.0.0 @@ -51,6 +51,7 @@ library Language.GraphQL.Type.In Language.GraphQL.Type.Out Language.GraphQL.Type.Schema + Test.Hspec.GraphQL other-modules: Language.GraphQL.Execute.Execution Language.GraphQL.Execute.Subscribe @@ -65,6 +66,7 @@ library , conduit , containers , exceptions + , hspec-expectations , megaparsec , parser-combinators , scientific |
