Skip to content

Commit 00f118e

Browse files
committed
Fix the compilation of ocp-build.1.99.21 with OCaml >= 4.07 and seq < base
1 parent 891948e commit 00f118e

File tree

1 file changed

+1
-1
lines changed
  • packages/ocp-build/ocp-build.1.99.21

1 file changed

+1
-1
lines changed

packages/ocp-build/ocp-build.1.99.21/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
]
1414
depends: [
1515
"ocaml" {< "4.12"}
16-
("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" & "ocaml")
16+
("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" {< "base"} & "ocaml" {< "4.07.0"})
1717
"ocamlfind"
1818
"cmdliner" {>= "1" & < "1.1.0"}
1919
"re" {>= "1.7.3"}

0 commit comments

Comments
 (0)