Skip to content

Commit dd30ff1

Browse files
committed
Relax OCaml upper bound.
1 parent c8c450d commit dd30ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
1313
depends: [
14-
"ocaml" {>= "4.04.2" & <= "4.08.0"}
14+
"ocaml" {>= "4.04.2" & < "4.09.0"}
1515
"sexplib0" {>= "v0.12" & < "v0.13"}
1616
"dune" {build & >= "1.5.1"}
1717
]

0 commit comments

Comments
 (0)