Skip to content

Commit b944214

Browse files
authored
elpi.opam: depend on OCaml 4.08
Needed to match the changelogs in https://github.com/LPCIC/elpi/releases, assuming those are correct — haven't checked.
1 parent 7d0e50a commit b944214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elpi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [
1515
]
1616

1717
depends: [
18-
"ocaml" {>= "4.07.0" }
18+
"ocaml" {>= "4.08.0" }
1919
"stdlib-shims"
2020
"ppxlib" {>= "0.12.0" }
2121
"menhir" {>= "20211230" }

0 commit comments

Comments
 (0)