File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ remove: [
1515 ["ocamlfind" "remove" "syndic"]
1616]
1717depends: [
18- "ocaml" {>= "4.01"}
18+ "ocaml" {>= "4.01" & < "5.0" }
1919 "calendar" {>= "2.03.2"}
2020 "ocamlfind" {build}
2121 "uri" {>= "1.3.1"}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ remove: [
1616 ["ocamlfind" "remove" "syndic"]
1717]
1818depends: [
19- "ocaml" {>= "4.01"}
19+ "ocaml" {>= "4.01" & < "5.0" }
2020 "calendar" {>= "2.03.2"}
2121 "ocamlfind" {build}
2222 "uri" {>= "1.3.1"}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ remove: [
1616 ["ocamlfind" "remove" "syndic"]
1717]
1818depends: [
19- "ocaml" {>= "4.01"}
19+ "ocaml" {>= "4.01" & < "5.0" }
2020 "calendar" {>= "2.03.2"}
2121 "ocamlfind" {build}
2222 "uri" {>= "1.3.1"}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ remove: [
1919 ["ocamlfind" "remove" "syndic"]
2020]
2121depends: [
22- "ocaml" {>= "4.01"}
22+ "ocaml" {>= "4.01" & < "5.0" }
2323 "calendar" {>= "2.03.2"}
2424 "cohttp" {<"0.99.0" & with-test}
2525 "lwt" {with-test}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ remove: [
1919 ["ocamlfind" "remove" "syndic"]
2020]
2121depends: [
22- "ocaml" {>= "4.01"}
22+ "ocaml" {>= "4.01" & < "5.0" }
2323 "cohttp" {<"0.99.0" & with-test}
2424 "lwt" {with-test}
2525 "ocamlbuild" {build}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ remove: [
1919 ["ocamlfind" "remove" "syndic"]
2020]
2121depends: [
22- "ocaml" {>= "4.01"}
22+ "ocaml" {>= "4.01" & < "5.0" }
2323 "cohttp" {<"0.99.0" & with-test}
2424 "lwt" {with-test}
2525 "ocamlbuild" {build}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ remove: [
1919 ["ocamlfind" "remove" "syndic"]
2020]
2121depends: [
22- "ocaml" {>= "4.01"}
22+ "ocaml" {>= "4.01" & < "5.0" }
2323 "cohttp" {<"0.99.0" & with-test}
2424 "lwt" {with-test}
2525 "ocamlbuild" {build}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build: [
1515install: ["ocaml" "setup.ml" "-install"]
1616remove: ["ocamlfind" "remove" "syndic"]
1717depends: [
18- "ocaml" {>= "4.01"}
18+ "ocaml" {>= "4.01" & < "5.0" }
1919 "ssl" {with-test}
2020 "tls" {with-test}
2121 "cohttp" {<"0.99.0" & with-test}
You can’t perform that action at this time.
0 commit comments