diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-02-24 17:14:43 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-02-24 17:14:43 +0100 |
| commit | 3b0da4f3d75f2edf60a0a29a015aab1ae14338da (patch) | |
| tree | fea135a06c471edece7e780289437eaba91172a1 /graphql.cabal | |
| parent | d83f75b3418d4f1caf4174e59464b50e385aac0e (diff) | |
| download | graphql-3b0da4f3d75f2edf60a0a29a015aab1ae14338da.tar.gz | |
Fix resolvers returning a list in the reverse order
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 2 |
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, |
