summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorMatei Adriel <rafaeladriel11@gmail.com>2023-10-10 01:30:31 +0200
committerEugen Wissner <belka@caraus.de>2023-11-04 13:46:10 +0100
commita1cda38e20ae42ce771b056a1067eff75a0f25ad (patch)
tree57f6169be16a7af34ca2d3b61fc227f2bbad0c31 /graphql.cabal
parent7c78497e044c8c10ac7ebb8bc1c5c479045b7e46 (diff)
downloadgraphql-a1cda38e20ae42ce771b056a1067eff75a0f25ad.tar.gz
Fix values not being coerced to lists
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 0103d20..104b757 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -106,4 +106,6 @@ test-suite graphql-test
unordered-containers,
containers,
vector
+ build-tool-depends:
+ hspec-discover:hspec-discover
default-language: Haskell2010