summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-08-24 22:33:20 +0300
committerEugen Wissner <belka@caraus.de>2022-10-01 18:11:51 +0200
commit92463f7c4a9be2581aa5f6913762a8de393c4924 (patch)
tree8a0d994a7705224221bb46f8641d8caa186b79c1 /graphql-spice.cabal
parent53ce65d7137a983df43056a3ea33d31054afd5fc (diff)
downloadgraphql-spice-92463f7c4a9be2581aa5f6913762a8de393c4924.tar.gz
Add Resolver module with helpers and exceptions
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index f774dcc..6c1f6dc 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -26,6 +26,7 @@ library
exposed-modules:
Language.GraphQL.Class
Language.GraphQL.JSON
+ Language.GraphQL.Resolver
Test.Hspec.GraphQL
other-modules:
hs-source-dirs: src
@@ -41,6 +42,7 @@ library
megaparsec >= 9.0 && < 10,
scientific ^>= 0.3.7,
text >= 1.2 && < 3,
+ transformers ^>= 0.5.6,
vector ^>= 0.12.3,
unordered-containers ^>= 0.2.16
default-language: Haskell2010