From bf9d4a3813810ea3865bcf31b5dd78bc3e539918 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Tue, 19 Jul 2022 21:12:29 +0200 Subject: [PATCH] irmin-graphql: add graphql constraint --- irmin-graphql.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irmin-graphql.opam b/irmin-graphql.opam index 74eab28e91..cfcde32540 100644 --- a/irmin-graphql.opam +++ b/irmin-graphql.opam @@ -17,7 +17,7 @@ depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "2.9.0"} "irmin" {= version} - "graphql" {>= "0.13.0"} + "graphql" {>= "0.13.0" & < "0.14.0"} "graphql-lwt" {>= "0.13.0"} "graphql-cohttp" {>= "0.13.0"} "graphql_parser" {>= "0.13.0"}