From 3d095d0307ccf94f81aac4a728efcf66bd833f8d Mon Sep 17 00:00:00 2001 From: Kate Date: Sat, 3 Jul 2021 15:40:30 +0100 Subject: [PATCH] parsexp.v0.11.0 is not compatible with OCaml 4.13 (new principality check causes the compiler to loose some annotations) --- packages/parsexp/parsexp.v0.11.0/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parsexp/parsexp.v0.11.0/opam b/packages/parsexp/parsexp.v0.11.0/opam index 96f519e452f..f3523c86e5b 100644 --- a/packages/parsexp/parsexp.v0.11.0/opam +++ b/packages/parsexp/parsexp.v0.11.0/opam @@ -9,7 +9,7 @@ build: [ ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ - "ocaml" {>= "4.04.1"} + "ocaml" {>= "4.04.1" & < "4.13"} "sexplib0" {>= "v0.11" & < "v0.12"} "jbuilder" {>= "1.0+beta18.1"} ]