From 9509806701682106c2c582a5b284367cc46506df Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Tue, 18 Jun 2024 15:28:20 +0200 Subject: [PATCH] Windows CI doesn't like dune 3.16.0 (yet?) --- haxe.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxe.opam b/haxe.opam index 0201bb6694c..cdb3abc0bee 100644 --- a/haxe.opam +++ b/haxe.opam @@ -22,7 +22,7 @@ depends: [ ("ocaml" {>= "5.0"} & ("camlp5" {build})) | ("ocaml" {>= "4.08" & < "5.0"} & ("camlp5" {build & = "8.00.03"})) "ocamlfind" {build} - "dune" {>= "1.11"} + "dune" {>= "1.11" & < "3.16"} "sedlex" {>= "2.0"} "xml-light" "extlib" {>= "1.7.8"}