Ver Fonte

[opam] bump camlp5 version to 8.00.03 because that works with OCaml 4.14

Simon Krajewski há 1 ano atrás
pai
commit
29085f86c8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      haxe.opam

+ 1 - 1
haxe.opam

@@ -20,7 +20,7 @@ install: [make "install" "INSTALL_DIR=%{prefix}%"]
 remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
 depends: [
   ("ocaml" {>= "5.0"} & ("camlp5" {build}))
-    | ("ocaml" {>= "4.08" & < "5.0"} & ("camlp5" {build & = "8.00"}))
+    | ("ocaml" {>= "4.08" & < "5.0"} & ("camlp5" {build & = "8.00.03"}))
   "ocamlfind" {build}
   "dune" {>= "1.11"}
   "sedlex" {>= "2.0"}