Skip to content

Commit 5abe3bc

Browse files
committed
Curb to >= ocaml 4.08
1 parent 9f521a8 commit 5abe3bc

File tree

1 file changed

+1
-1
lines changed
  • packages/processor/processor.0.1

1 file changed

+1
-1
lines changed

packages/processor/processor.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ homepage: "https://github.com/haesbaert/ocaml-processor"
2121
doc: "https://haesbaert.github.io/ocaml-processor"
2222
bug-reports: "https://github.com/haesbaert/ocaml-processor/issues"
2323
depends: [
24-
"ocaml"
24+
"ocaml" {>= "4.08"}
2525
"dune" {>= "3.2"}
2626
"odoc" {with-doc}
2727
]

0 commit comments

Comments
 (0)