summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-02-24 17:14:43 +0100
committerEugen Wissner <belka@caraus.de>2023-02-24 17:14:43 +0100
commit3b0da4f3d75f2edf60a0a29a015aab1ae14338da (patch)
treefea135a06c471edece7e780289437eaba91172a1 /graphql.cabal
parentd83f75b3418d4f1caf4174e59464b50e385aac0e (diff)
downloadgraphql-3b0da4f3d75f2edf60a0a29a015aab1ae14338da.tar.gz
Fix resolvers returning a list in the reverse order
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index ce00f3c..dde2128 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -110,7 +110,7 @@ test-suite graphql-test
conduit,
exceptions,
graphql,
- hspec ^>= 2.9.1,
+ hspec ^>= 2.10.9,
hspec-expectations ^>= 0.8.2,
hspec-megaparsec ^>= 2.2.0,
megaparsec,