File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ remove: [
2424depends: [
2525 "ocaml"
2626 "ocamlfind" {build}
27- "pgocaml" {>= "2.2"}
27+ "pgocaml" {>= "2.2" & < "4.4.0" }
2828 "camlp4"
2929 "ocamlbuild" {build}
3030]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ remove: ["ocamlfind" "remove" "macaque"]
1313depends: [
1414 "ocaml"
1515 "ocamlfind" {build}
16- "pgocaml" {>= "2.2"}
16+ "pgocaml" {>= "2.2" & < "4.4.0" }
1717 "oasis" {build & >= "0.4.4"}
1818 "camlp4"
1919]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install: [ make "install" ]
1212depends: [
1313 "ocaml"
1414 "ocamlfind" {build}
15- "pgocaml" {>= "2.2"}
15+ "pgocaml" {>= "2.2" & < "4.4.0" }
1616 "oasis" {>= "0.4.4"}
1717 "camlp4"
1818]
You can’t perform that action at this time.
0 commit comments