summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index 88b238c..1c855e1 100644
--- a/package.yaml
+++ b/package.yaml
@@ -28,6 +28,7 @@ data-files:
dependencies:
- aeson
- base >= 4.7 && < 5
+- conduit
- containers
- megaparsec
- parser-combinators
@@ -35,12 +36,12 @@ dependencies:
- text
- transformers
- unordered-containers
-- vector
library:
source-dirs: src
other-modules:
- Language.GraphQL.Execute.Execution
+ - Language.GraphQL.Execute.Subscribe
- Language.GraphQL.Execute.Transform
- Language.GraphQL.Type.Definition
- Language.GraphQL.Type.Internal