summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-07-01 12:18:02 +0200
committerEugen Wissner <belka@caraus.de>2022-07-01 12:18:02 +0200
commit2f19093803f8d852e1488dc112ae4aa9d0fcb212 (patch)
tree6339bf538ca1e84816a1daa28e1628e368660182 /graphql.cabal
parent0dac9701bc3c1048d155d089167659ebcc152199 (diff)
downloadgraphql-2f19093803f8d852e1488dc112ae4aa9d0fcb212.tar.gz
Change execute' to shouldResolveTo helper method
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 0dd16b2..3cc6160 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -111,6 +111,7 @@ test-suite graphql-test
exceptions,
graphql,
hspec ^>= 2.9.1,
+ hspec-expectations ^>= 0.8.2,
hspec-megaparsec ^>= 2.2.0,
megaparsec,
text,