From c95a5fcd610e3fb816058e8341caf774686f9c82 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 21 Nov 2024 17:14:03 +0100 Subject: [PATCH] Allow graphql 1.4.0.0 --- graphql-spice.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 7f30b70..52caf30 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -38,7 +38,7 @@ library containers >= 0.6 && < 0.8, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, - graphql ^>= 1.3.0, + graphql >= 1.3.0 && < 1.5.0, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3,